Interface CountEntry
- All Known Subinterfaces:
FacetEntry,FacetFieldEntry,FacetPivotFieldEntry,FacetQueryEntry,TermsEntry,TermsFieldEntry
- All Known Implementing Classes:
FieldValueCountEntry,SimpleFacetFieldEntry,SimpleFacetPivotEntry,SimpleFacetQueryEntry,SimpleTermsFieldEntry,ValueCountEntry
public interface CountEntry
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()The value within the fieldlongThe nr of hits for the value
-
Method Details
-
getValueCount
long getValueCount()The nr of hits for the value- Returns:
-
getValue
String getValue()The value within the field- Returns:
-