Modifier and Type | Method and Description |
---|---|
FacetExecutor |
SearchContextFacets.Entry.getFacetExecutor() |
FacetExecutor |
FacetParser.parse(String facetName,
XContentParser parser,
SearchContext context)
Parses the facet into a
FacetExecutor . |
Constructor and Description |
---|
Entry(String facetName,
FacetExecutor.Mode mode,
FacetExecutor facetExecutor,
boolean global,
org.apache.lucene.search.Filter filter) |
Modifier and Type | Class and Description |
---|---|
class |
CountDateHistogramFacetExecutor
A date histogram facet collector that uses the same field as the key as well as the
value.
|
class |
ValueDateHistogramFacetExecutor
A histogram facet collector that uses different fields for the key and the value.
|
class |
ValueScriptDateHistogramFacetExecutor
A histogram facet collector that uses the same field as the key as well as the
value.
|
Modifier and Type | Method and Description |
---|---|
FacetExecutor |
DateHistogramFacetParser.parse(String facetName,
XContentParser parser,
SearchContext context) |
Modifier and Type | Class and Description |
---|---|
class |
FilterFacetExecutor |
Modifier and Type | Method and Description |
---|---|
FacetExecutor |
FilterFacetParser.parse(String facetName,
XContentParser parser,
SearchContext context) |
Modifier and Type | Class and Description |
---|---|
class |
GeoDistanceFacetExecutor |
class |
ScriptGeoDistanceFacetExecutor |
class |
ValueGeoDistanceFacetExecutor |
Modifier and Type | Method and Description |
---|---|
FacetExecutor |
GeoDistanceFacetParser.parse(String facetName,
XContentParser parser,
SearchContext context) |
Modifier and Type | Class and Description |
---|---|
class |
CountHistogramFacetExecutor
A histogram facet collector that uses the same field as the key as well as the
value.
|
class |
FullHistogramFacetExecutor
A histogram facet collector that uses the same field as the key as well as the
value.
|
class |
ScriptHistogramFacetExecutor |
class |
ValueHistogramFacetExecutor
A histogram facet collector that uses different fields for the key and the value.
|
class |
ValueScriptHistogramFacetExecutor
A histogram facet collector that uses the same field as the key as well as the
value.
|
Modifier and Type | Method and Description |
---|---|
FacetExecutor |
HistogramFacetParser.parse(String facetName,
XContentParser parser,
SearchContext context) |
Modifier and Type | Class and Description |
---|---|
class |
NestedFacetExecutor |
Constructor and Description |
---|
NestedFacetExecutor(FacetExecutor facetExecutor,
SearchContext context,
String nestedPath) |
Modifier and Type | Class and Description |
---|---|
class |
QueryFacetExecutor |
Modifier and Type | Method and Description |
---|---|
FacetExecutor |
QueryFacetParser.parse(String facetName,
XContentParser parser,
SearchContext context) |
Modifier and Type | Class and Description |
---|---|
class |
KeyValueRangeFacetExecutor |
class |
RangeFacetExecutor |
class |
ScriptRangeFacetExecutor |
Modifier and Type | Method and Description |
---|---|
FacetExecutor |
RangeFacetParser.parse(String facetName,
XContentParser parser,
SearchContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ScriptStatisticalFacetExecutor |
class |
StatisticalFacetExecutor |
class |
StatisticalFieldsFacetExecutor |
Modifier and Type | Method and Description |
---|---|
FacetExecutor |
StatisticalFacetParser.parse(String facetName,
XContentParser parser,
SearchContext context) |
Modifier and Type | Method and Description |
---|---|
FacetExecutor |
TermsFacetParser.parse(String facetName,
XContentParser parser,
SearchContext context) |
Modifier and Type | Class and Description |
---|---|
class |
TermsDoubleFacetExecutor |
Modifier and Type | Class and Description |
---|---|
class |
TermsLongFacetExecutor |
Modifier and Type | Class and Description |
---|---|
class |
FieldsTermsStringFacetExecutor |
class |
ScriptTermsStringFieldFacetExecutor |
class |
TermsStringFacetExecutor |
class |
TermsStringOrdinalsFacetExecutor |
Modifier and Type | Class and Description |
---|---|
class |
UnmappedFieldExecutor
A facet executor that only aggregates the missing count for unmapped fields and builds a terms facet over it
|
Modifier and Type | Method and Description |
---|---|
FacetExecutor |
TermsStatsFacetParser.parse(String facetName,
XContentParser parser,
SearchContext context) |
Modifier and Type | Class and Description |
---|---|
class |
TermsStatsDoubleFacetExecutor |
Modifier and Type | Class and Description |
---|---|
class |
TermsStatsLongFacetExecutor |
Modifier and Type | Class and Description |
---|---|
class |
TermsStatsStringFacetExecutor |
Copyright © 2009–2015. All rights reserved.