| Package | Description |
|---|---|
| org.hibernate.search.elasticsearch.schema.impl | |
| org.hibernate.search.elasticsearch.schema.impl.model |
| Modifier and Type | Method and Description |
|---|---|
TypeMapping |
ElasticsearchSchemaTranslator.translate(EntityIndexBinding descriptor,
ExecutionOptions executionOptions)
Translates index metadata, throwing an exception if translation fails.
|
TypeMapping |
DefaultElasticsearchSchemaTranslator.translate(EntityIndexBinding descriptor,
ExecutionOptions executionOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticsearchSchemaAccessor.putMapping(String indexName,
String mappingName,
TypeMapping mapping) |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyMapping
An object representing Elasticsearch property mappings, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,TypeMapping> |
IndexMetadata.getMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexMetadata.putMapping(String name,
TypeMapping mapping) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexMetadata.setMappings(Map<String,TypeMapping> mappings) |
Copyright © 2006–2016 Hibernate. All rights reserved.