org.elasticsearch.search.facet
Interface Facet

All Known Subinterfaces:
DateHistogramFacet, FilterFacet, GeoDistanceFacet, HistogramFacet, InternalFacet, QueryFacet, RangeFacet, StatisticalFacet, TermsFacet, TermsStatsFacet
All Known Implementing Classes:
InternalBoundedCountHistogramFacet, InternalBoundedFullHistogramFacet, InternalByteTermsFacet, InternalCountDateHistogramFacet, InternalCountHistogramFacet, InternalDateHistogramFacet, InternalDoubleTermsFacet, InternalFilterFacet, InternalFloatTermsFacet, InternalFullDateHistogramFacet, InternalFullHistogramFacet, InternalGeoDistanceFacet, InternalHistogramFacet, InternalIntTermsFacet, InternalIpTermsFacet, InternalLongTermsFacet, InternalQueryFacet, InternalRangeFacet, InternalShortTermsFacet, InternalStatisticalFacet, InternalStringTermsFacet, InternalTermsFacet, InternalTermsStatsDoubleFacet, InternalTermsStatsFacet, InternalTermsStatsLongFacet, InternalTermsStatsStringFacet

public interface Facet

A search facet.


Method Summary
 java.lang.String getName()
          The "logical" name of the search facet.
 java.lang.String getType()
          The type of the facet.
 java.lang.String name()
          The "logical" name of the search facet.
 java.lang.String type()
          The type of the facet.
 

Method Detail

name

java.lang.String name()
The "logical" name of the search facet.


getName

java.lang.String getName()
The "logical" name of the search facet.


type

java.lang.String type()
The type of the facet.


getType

java.lang.String getType()
The type of the facet.