Modifier and Type | Class and Description |
---|---|
class |
StatsGroupsParseElement |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
SearchPhase.parseElements() |
Modifier and Type | Class and Description |
---|---|
class |
AggregationBinaryParseElement |
class |
AggregationParseElement
The search parse element that is responsible for parsing the get part of the request.
|
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
AggregationPhase.parseElements() |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
DfsPhase.parseElements() |
Modifier and Type | Class and Description |
---|---|
class |
FacetBinaryParseElement |
class |
FacetParseElement
facets : {
facet1: {
query : { ...
|
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
FacetPhase.parseElements() |
Modifier and Type | Class and Description |
---|---|
class |
FieldsParseElement |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
FetchPhase.parseElements() |
Map<String,? extends SearchParseElement> |
FetchSubPhase.parseElements() |
Modifier and Type | Class and Description |
---|---|
class |
ExplainParseElement |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
ExplainFetchSubPhase.parseElements() |
Modifier and Type | Class and Description |
---|---|
class |
FieldDataFieldsParseElement
Parses field name values from the
fielddata_fields parameter in a
search request. |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
FieldDataFieldsFetchSubPhase.parseElements() |
Modifier and Type | Class and Description |
---|---|
class |
InnerHitsParseElement |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
InnerHitsFetchSubPhase.parseElements() |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
MatchedQueriesFetchSubPhase.parseElements() |
Modifier and Type | Class and Description |
---|---|
class |
PartialFieldsParseElement
"partial_fields" : {
"test1" : {
"includes" : "doc['field_name'].value"
},
"test2" : {
"excludes" : "..."
}
}
|
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
PartialFieldsFetchSubPhase.parseElements() |
Modifier and Type | Class and Description |
---|---|
class |
ScriptFieldsParseElement
"script_fields" : {
"test1" : {
"script" : "doc['field_name'].value"
},
"test2" : {
"script" : "..."
}
}
|
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
ScriptFieldsFetchSubPhase.parseElements() |
Modifier and Type | Class and Description |
---|---|
class |
FetchSourceParseElement
"source" : true/false
"source" : "field"
"source" : [ "include", "include" ]
"source" : {
"include" : ["obj"]
"exclude" : ["obj"]
}
|
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
FetchSourceSubPhase.parseElements() |
Modifier and Type | Class and Description |
---|---|
class |
VersionParseElement |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
VersionFetchSubPhase.parseElements() |
Modifier and Type | Class and Description |
---|---|
class |
HighlighterParseElement
highlight : {
tags_schema : "styled",
pre_tags : ["tag1", "tag2"],
post_tags : ["tag1", "tag2"],
order : "score",
highlight_filter : true,
fields : {
field1 : { },
field2 : { fragment_size : 100, number_of_fragments : 2 },
field3 : { number_of_fragments : 5, order : "simple", tags_schema : "styled" },
field4 : { number_of_fragments: 0, pre_tags : ["openingTagA", "openingTagB"], post_tags : ["closingTag"] }
}
}
|
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
HighlightPhase.parseElements() |
Modifier and Type | Class and Description |
---|---|
class |
FilterBinaryParseElement |
class |
FromParseElement |
class |
IndicesBoostParseElement
{
indicesBoost : {
"index1" : 1.4,
"index2" : 1.5
}
}
|
class |
MinScoreParseElement |
class |
PostFilterParseElement |
class |
QueryBinaryParseElement |
class |
QueryParseElement |
class |
SizeParseElement |
class |
TerminateAfterParseElement
Parser element for 'terminate_after'
|
class |
TimeoutParseElement |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
QueryPhase.parseElements() |
Modifier and Type | Class and Description |
---|---|
class |
RescoreParseElement |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
RescorePhase.parseElements() |
Modifier and Type | Class and Description |
---|---|
class |
SortParseElement |
class |
TrackScoresParseElement |
Modifier and Type | Class and Description |
---|---|
class |
SuggestParseElement |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends SearchParseElement> |
SuggestPhase.parseElements() |
Copyright © 2009–2015. All rights reserved.