Interface FacetEntry

All Superinterfaces:
CountEntry
All Known Subinterfaces:
FacetFieldEntry, FacetPivotFieldEntry, FacetQueryEntry
All Known Implementing Classes:
SimpleFacetFieldEntry, SimpleFacetPivotEntry, SimpleFacetQueryEntry

public interface FacetEntry extends CountEntry
FacetEntry is returned as result of a FacetQuery holding the key (eg. fieldname, query,...), value and valueCount for the requested facet
  • Method Summary

    Modifier and Type
    Method
    Description
    The key of the facetEntry

    Methods inherited from interface org.springframework.data.solr.core.query.result.CountEntry

    getValue, getValueCount
  • Method Details

    • getKey

      Object getKey()
      The key of the facetEntry
      Returns: