| パッケージ | 説明 |
|---|---|
| org.elasticsearch.search.suggest.context |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static SortedMap<String,ContextMapping.ContextConfig> |
ContextMapping.EMPTY_CONFIG
Dummy Context Config matching the Dummy Mapping by providing an empty context
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ContextMapping.ContextConfig |
GeolocationContextMapping.defaultConfig() |
abstract ContextMapping.ContextConfig |
ContextMapping.defaultConfig() |
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. |
ContextMapping.ContextConfig |
CategoryContextMapping.parseContext(ParseContext parseContext,
XContentParser parser) |
| コンストラクタと説明 |
|---|
Context(SortedMap<String,ContextMapping.ContextConfig> contexts,
ParseContext.Document doc) |
Copyright © 2009–2016. All rights reserved.