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 Type
    Method
    Description
    The value within the field
    long
    The 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: