Package | Description |
---|---|
org.hibernate.search.elasticsearch.schema.impl | |
org.hibernate.search.elasticsearch.schema.impl.model |
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–2017 Hibernate. All rights reserved.