Uses of Class
org.elasticsearch.search.suggest.completion.context.ContextMappings
-
Packages that use ContextMappings Package Description org.elasticsearch.index.mapper org.elasticsearch.search.suggest.completion.context -
-
Uses of ContextMappings in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return ContextMappings Modifier and Type Method Description ContextMappingsCompletionFieldMapper.CompletionFieldType. getContextMappings()Methods in org.elasticsearch.index.mapper with parameters of type ContextMappings Modifier and Type Method Description CompletionFieldMapper.BuilderCompletionFieldMapper.Builder. contextMappings(ContextMappings contextMappings)Add context mapping to this fieldvoidCompletionFieldMapper.CompletionFieldType. setContextMappings(ContextMappings contextMappings) -
Uses of ContextMappings in org.elasticsearch.search.suggest.completion.context
Methods in org.elasticsearch.search.suggest.completion.context that return ContextMappings Modifier and Type Method Description static ContextMappingsContextMappings. load(Object configuration, Version indexVersionCreated)LoadsContextMappingsfrom configuration Expected configuration: List of maps representingContextMapping[{"name": .., "type": .., ..}, {..}]
-