| Modifier and Type | Method and Description |
|---|---|
void |
ElasticsearchSchemaAccessor.putMapping(URLEncodedString indexName,
URLEncodedString 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) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,TypeMapping> |
GetIndexTypeMappingsWork.generateResult(ElasticsearchWorkExecutionContext context,
ElasticsearchResponse response) |
| Constructor and Description |
|---|
Builder(GsonProvider gsonProvider,
URLEncodedString indexName,
URLEncodedString typeName,
TypeMapping typeMapping) |
| Modifier and Type | Method and Description |
|---|---|
PutIndexMappingWorkBuilder |
ElasticsearchWorkFactory.putIndexTypeMapping(URLEncodedString indexName,
URLEncodedString typeName,
TypeMapping mapping) |
PutIndexMappingWorkBuilder |
Elasticsearch2WorkFactory.putIndexTypeMapping(URLEncodedString indexName,
URLEncodedString typeName,
TypeMapping mapping) |
Copyright © 2006–2017 Hibernate. All rights reserved.