org.elasticsearch.search.facets.terms
Interface TermsFacet

All Superinterfaces:
Facet, java.lang.Iterable<TermsFacet.Entry>
All Known Implementing Classes:
InternalTermsFacet

public interface TermsFacet
extends Facet, java.lang.Iterable<TermsFacet.Entry>


Nested Class Summary
static class TermsFacet.ComparatorType
           
static class TermsFacet.Entry
           
 
Nested classes/interfaces inherited from interface org.elasticsearch.search.facets.Facet
Facet.Type
 
Method Summary
 java.util.List<TermsFacet.Entry> entries()
           
 java.lang.String fieldName()
           
 java.util.List<TermsFacet.Entry> getEntries()
           
 java.lang.String getFieldName()
           
 
Methods inherited from interface org.elasticsearch.search.facets.Facet
getName, getType, name, type
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

fieldName

java.lang.String fieldName()

getFieldName

java.lang.String getFieldName()

entries

java.util.List<TermsFacet.Entry> entries()

getEntries

java.util.List<TermsFacet.Entry> getEntries()