Modifier and Type | Class and Description |
---|---|
class |
InternalFacet |
Modifier and Type | Method and Description |
---|---|
<T extends Facet> |
InternalFacets.facet(Class<T> facetType,
String name)
Returns the facet by name already casted to the specified type.
|
<T extends Facet> |
Facets.facet(Class<T> facetType,
String name)
Returns the facet by name already casted to the specified type.
|
<T extends Facet> |
InternalFacets.facet(String name)
A facet of the specified name.
|
<T extends Facet> |
Facets.facet(String name)
A facet of the specified name.
|
Modifier and Type | Method and Description |
---|---|
Facet |
InternalFacet.Stream.readFacet(StreamInput in) |
abstract Facet |
InternalFacet.reduce(InternalFacet.ReduceContext context) |
Modifier and Type | Method and Description |
---|---|
List<Facet> |
InternalFacet.ReduceContext.facets() |
List<Facet> |
InternalFacets.facets()
The list of
Facet s. |
List<Facet> |
Facets.facets()
The list of
Facet s. |
Map<String,Facet> |
InternalFacets.facetsAsMap()
Returns the
Facet s keyed by map. |
Map<String,Facet> |
Facets.facetsAsMap()
Returns the
Facet s keyed by facet name. |
Map<String,Facet> |
InternalFacets.getFacets()
Returns the
Facet s keyed by map. |
Map<String,Facet> |
Facets.getFacets()
Returns the
Facet s keyed by facet name. |
Iterator<Facet> |
InternalFacets.iterator()
Iterates over the
Facet s. |
Constructor and Description |
---|
InternalFacets(List<Facet> facets)
Constructs a new facets.
|
ReduceContext(CacheRecycler cacheRecycler,
List<Facet> facets) |
Modifier and Type | Interface and Description |
---|---|
interface |
DateHistogramFacet
A date histogram facet.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalCountDateHistogramFacet |
class |
InternalDateHistogramFacet |
class |
InternalFullDateHistogramFacet |
Modifier and Type | Method and Description |
---|---|
Facet |
InternalCountDateHistogramFacet.reduce(InternalFacet.ReduceContext context) |
Facet |
InternalFullDateHistogramFacet.reduce(InternalFacet.ReduceContext context) |
Modifier and Type | Interface and Description |
---|---|
interface |
FilterFacet
A query facets returns the count (number of hits) for a facet based on a query.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalFilterFacet |
Modifier and Type | Method and Description |
---|---|
Facet |
InternalFilterFacet.reduce(InternalFacet.ReduceContext context) |
Modifier and Type | Interface and Description |
---|---|
interface |
GeoDistanceFacet |
Modifier and Type | Class and Description |
---|---|
class |
InternalGeoDistanceFacet |
Modifier and Type | Method and Description |
---|---|
Facet |
InternalGeoDistanceFacet.reduce(InternalFacet.ReduceContext context) |
Modifier and Type | Interface and Description |
---|---|
interface |
HistogramFacet
Numeric histogram facet.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalCountHistogramFacet |
class |
InternalFullHistogramFacet |
class |
InternalHistogramFacet |
Modifier and Type | Method and Description |
---|---|
Facet |
InternalCountHistogramFacet.reduce(InternalFacet.ReduceContext context) |
Facet |
InternalFullHistogramFacet.reduce(InternalFacet.ReduceContext context) |
Modifier and Type | Interface and Description |
---|---|
interface |
QueryFacet
A query facets returns the count (number of hits) for a facet based on a query.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalQueryFacet |
Modifier and Type | Method and Description |
---|---|
Facet |
InternalQueryFacet.reduce(InternalFacet.ReduceContext context) |
Modifier and Type | Interface and Description |
---|---|
interface |
RangeFacet |
Modifier and Type | Class and Description |
---|---|
class |
InternalRangeFacet |
Modifier and Type | Method and Description |
---|---|
Facet |
InternalRangeFacet.reduce(InternalFacet.ReduceContext context) |
Modifier and Type | Interface and Description |
---|---|
interface |
StatisticalFacet
Numeric statistical information.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalStatisticalFacet |
Modifier and Type | Method and Description |
---|---|
Facet |
InternalStatisticalFacet.reduce(InternalFacet.ReduceContext context) |
Modifier and Type | Interface and Description |
---|---|
interface |
TermsFacet
Terms facet allows to return facets of the most popular terms within the search query.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalTermsFacet |
Modifier and Type | Class and Description |
---|---|
class |
InternalDoubleTermsFacet |
Modifier and Type | Method and Description |
---|---|
Facet |
InternalDoubleTermsFacet.reduce(InternalFacet.ReduceContext context) |
Modifier and Type | Class and Description |
---|---|
class |
InternalLongTermsFacet |
Modifier and Type | Method and Description |
---|---|
Facet |
InternalLongTermsFacet.reduce(InternalFacet.ReduceContext context) |
Modifier and Type | Class and Description |
---|---|
class |
InternalStringTermsFacet |
Modifier and Type | Method and Description |
---|---|
Facet |
InternalStringTermsFacet.reduce(InternalFacet.ReduceContext context) |
Modifier and Type | Interface and Description |
---|---|
interface |
TermsStatsFacet |
Modifier and Type | Class and Description |
---|---|
class |
InternalTermsStatsFacet |
Modifier and Type | Class and Description |
---|---|
class |
InternalTermsStatsDoubleFacet |
Modifier and Type | Method and Description |
---|---|
Facet |
InternalTermsStatsDoubleFacet.reduce(InternalFacet.ReduceContext context) |
Modifier and Type | Class and Description |
---|---|
class |
InternalTermsStatsLongFacet |
Modifier and Type | Method and Description |
---|---|
Facet |
InternalTermsStatsLongFacet.reduce(InternalFacet.ReduceContext context) |
Modifier and Type | Class and Description |
---|---|
class |
InternalTermsStatsStringFacet |
Modifier and Type | Method and Description |
---|---|
Facet |
InternalTermsStatsStringFacet.reduce(InternalFacet.ReduceContext context) |
Copyright © 2009–2015. All rights reserved.