Class GroupFacetCollector.FacetEntry
java.lang.Object
org.apache.lucene.search.grouping.GroupFacetCollector.FacetEntry
- Enclosing class:
- GroupFacetCollector
Represents a facet entry with a value and a count.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FacetEntry
public FacetEntry(org.apache.lucene.util.BytesRef value, int count)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getValue
public org.apache.lucene.util.BytesRef getValue()- Returns:
- The value of this facet entry
-
getCount
public int getCount()- Returns:
- The count (number of groups) of this facet entry.
-