Modifier and Type | Method and Description |
---|---|
FacetExecutor.Mode |
FacetParser.defaultGlobalMode()
The default mode to use when executed as a "global" (all docs) facet.
|
FacetExecutor.Mode |
FacetParser.defaultMainMode()
The default mode to use when executed as a "main" (query level) facet.
|
FacetExecutor.Mode |
SearchContextFacets.Entry.getMode() |
static FacetExecutor.Mode |
FacetExecutor.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetExecutor.Mode[] |
FacetExecutor.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Entry(String facetName,
FacetExecutor.Mode mode,
FacetExecutor facetExecutor,
boolean global,
org.apache.lucene.search.Filter filter) |
Modifier and Type | Method and Description |
---|---|
FacetExecutor.Mode |
DateHistogramFacetParser.defaultGlobalMode() |
FacetExecutor.Mode |
DateHistogramFacetParser.defaultMainMode() |
Modifier and Type | Method and Description |
---|---|
FacetExecutor.Mode |
FilterFacetParser.defaultGlobalMode() |
FacetExecutor.Mode |
FilterFacetParser.defaultMainMode() |
Modifier and Type | Method and Description |
---|---|
FacetExecutor.Mode |
GeoDistanceFacetParser.defaultGlobalMode() |
FacetExecutor.Mode |
GeoDistanceFacetParser.defaultMainMode() |
Modifier and Type | Method and Description |
---|---|
FacetExecutor.Mode |
HistogramFacetParser.defaultGlobalMode() |
FacetExecutor.Mode |
HistogramFacetParser.defaultMainMode() |
Modifier and Type | Method and Description |
---|---|
FacetExecutor.Mode |
QueryFacetParser.defaultGlobalMode() |
FacetExecutor.Mode |
QueryFacetParser.defaultMainMode() |
Modifier and Type | Method and Description |
---|---|
FacetExecutor.Mode |
RangeFacetParser.defaultGlobalMode() |
FacetExecutor.Mode |
RangeFacetParser.defaultMainMode() |
Modifier and Type | Method and Description |
---|---|
FacetExecutor.Mode |
StatisticalFacetParser.defaultGlobalMode() |
FacetExecutor.Mode |
StatisticalFacetParser.defaultMainMode() |
Modifier and Type | Method and Description |
---|---|
FacetExecutor.Mode |
TermsFacetParser.defaultGlobalMode() |
FacetExecutor.Mode |
TermsFacetParser.defaultMainMode() |
Modifier and Type | Method and Description |
---|---|
FacetExecutor.Mode |
TermsStatsFacetParser.defaultGlobalMode() |
FacetExecutor.Mode |
TermsStatsFacetParser.defaultMainMode() |
Copyright © 2009–2015. All rights reserved.