Modifier and Type | Method and Description |
---|---|
CompressedString |
MappingUpdatedAction.MappingUpdatedRequest.mappingSource() |
Constructor and Description |
---|
MappingUpdatedRequest(String index,
String indexUUID,
String type,
CompressedString mappingSource,
long order,
String nodeId) |
Modifier and Type | Method and Description |
---|---|
CompressedString |
AliasMetaData.filter() |
CompressedString |
AliasMetaData.getFilter() |
CompressedString |
MappingMetaData.source() |
Modifier and Type | Method and Description |
---|---|
ImmutableOpenMap<String,CompressedString> |
IndexTemplateMetaData.getMappings() |
ImmutableOpenMap<String,CompressedString> |
IndexTemplateMetaData.mappings() |
Modifier and Type | Method and Description |
---|---|
AliasMetaData.Builder |
AliasMetaData.Builder.filter(CompressedString filter) |
IndexTemplateMetaData.Builder |
IndexTemplateMetaData.Builder.putMapping(String mappingType,
CompressedString mappingSource) |
void |
MetaDataMappingService.updateMapping(String index,
String indexUUID,
String type,
CompressedString mappingSource,
long order,
String nodeId,
ActionListener<ClusterStateUpdateResponse> listener) |
Constructor and Description |
---|
MappingMetaData(CompressedString mapping) |
MappingMetaData(String type,
CompressedString source,
MappingMetaData.Id id,
MappingMetaData.Routing routing,
MappingMetaData.Timestamp timestamp,
boolean hasParentField) |
Constructor and Description |
---|
IndexTemplateMetaData(String name,
int order,
String template,
Settings settings,
ImmutableOpenMap<String,CompressedString> mappings,
ImmutableOpenMap<String,AliasMetaData> aliases,
ImmutableOpenMap<String,IndexMetaData.Custom> customs) |
Modifier and Type | Method and Description |
---|---|
static CompressedString |
CompressedString.readCompressedString(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
CompressedString |
IndexAlias.filter() |
Modifier and Type | Method and Description |
---|---|
void |
IndexAliasesService.add(String alias,
CompressedString filter) |
IndexAlias |
IndexAliasesService.create(String alias,
CompressedString filter) |
Constructor and Description |
---|
IndexAlias(String alias,
CompressedString filter,
org.apache.lucene.search.Filter parsedFilter) |
Modifier and Type | Method and Description |
---|---|
CompressedString |
DocumentMapper.mappingSource() |
CompressedString |
DocumentMapper.refreshSource() |
Modifier and Type | Method and Description |
---|---|
DocumentMapper |
MapperService.merge(String type,
CompressedString mappingSource,
boolean applyDefault) |
DocumentMapper |
MapperService.parse(String mappingType,
CompressedString mappingSource,
boolean applyDefault) |
DocumentMapper |
DocumentMapperParser.parseCompressed(String type,
CompressedString source) |
DocumentMapper |
DocumentMapperParser.parseCompressed(String type,
CompressedString source,
String defaultSource) |
Copyright © 2009–2015. All rights reserved.