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
 String getName()
          The "logical" name of the search facet.
 String getType()
          The type of the facet.
 String name()
          The "logical" name of the search facet.
 String type()
          The type of the facet.
 

Method Detail

name

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


getName

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


type

String type()
The type of the facet.


getType

String getType()
The type of the facet.



Copyright © 2009-2012. All Rights Reserved.