| Package | Description |
|---|---|
| org.elasticsearch.search.suggest.context |
| Modifier and Type | Field and Description |
|---|---|
static SortedMap<String,ContextMapping.ContextConfig> |
ContextMapping.EMPTY_CONFIG
Dummy Context Config matching the Dummy Mapping by providing an empty context
|
| Modifier and Type | Method and Description |
|---|---|
ContextMapping.ContextConfig |
GeolocationContextMapping.defaultConfig() |
abstract ContextMapping.ContextConfig |
ContextMapping.defaultConfig() |
ContextMapping.ContextConfig |
CategoryContextMapping.parseContext(ParseContext parseContext,
XContentParser parser) |
ContextMapping.ContextConfig |
GeolocationContextMapping.parseContext(ParseContext parseContext,
XContentParser parser) |
abstract ContextMapping.ContextConfig |
ContextMapping.parseContext(ParseContext parseContext,
XContentParser parser)
A
ContextMapping combined with the information provided by a document
form a ContextMapping.ContextConfig which is used to build the underlying FST. |
| Constructor and Description |
|---|
ContextMapping.Context(SortedMap<String,ContextMapping.ContextConfig> contexts,
ParseContext.Document doc) |
Copyright © 2009–2017. All rights reserved.