public class FieldDataFieldsParseElement extends FetchSubPhaseParseElement<FieldDataFieldsContext>
fielddata_fields parameter in a
search request.
{
"query": {...},
"fielddata_fields" : ["field1", "field2"]
}
| コンストラクタと説明 |
|---|
FieldDataFieldsParseElement() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected FetchSubPhase.ContextFactory |
getContextFactory()
Return the ContextFactory for this FetchSubPhase.
|
protected void |
innerParse(XContentParser parser,
FieldDataFieldsContext fieldDataFieldsContext,
SearchContext searchContext)
Implement the actual parsing here.
|
parseprotected void innerParse(XContentParser parser, FieldDataFieldsContext fieldDataFieldsContext, SearchContext searchContext) throws Exception
FetchSubPhaseParseElementinnerParse クラス内 FetchSubPhaseParseElement<FieldDataFieldsContext>Exceptionprotected FetchSubPhase.ContextFactory getContextFactory()
FetchSubPhaseParseElementCopyright © 2009–2016. All rights reserved.