| クラス | 説明 |
|---|---|
| BaseInnerHitBuilder<T extends BaseInnerHitBuilder> | |
| InnerHitsQueryParserHelper | |
| NestedInnerQueryParseSupport |
A helper that helps with parsing inner queries of the nested query.
1) Takes into account that type nested path can appear before or after the inner query
2) Updates the
NestedScope when parsing the inner query. |
| NestedScope |
During query parsing this keeps track of the current nested level.
|
| QueryInnerHitBuilder | |
| QueryParsers | |
| XContentStructure |
XContentStructure is a class used to capture a subset of query, to be parsed
at a later time when more information (in this case, types) is available.
|
| XContentStructure.InnerQuery |
InnerQuery is an extension of
XContentStructure that eagerly
parses the query in a streaming manner if the types are available at
construction time. |
Copyright © 2009–2016. All rights reserved.