Interface FacetFieldEntry

All Superinterfaces:
CountEntry, FacetEntry
All Known Subinterfaces:
FacetPivotFieldEntry
All Known Implementing Classes:
SimpleFacetFieldEntry, SimpleFacetPivotEntry

public interface FacetFieldEntry extends FacetEntry
Entry for facet on field
  • Method Summary

    Modifier and Type
    Method
    Description
    get the associated Field
    The key of the facetEntry

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

    getValue, getValueCount
  • Method Details

    • getKey

      Field getKey()
      Description copied from interface: FacetEntry
      The key of the facetEntry
      Specified by:
      getKey in interface FacetEntry
      Returns:
    • getField

      Field getField()
      get the associated Field
      Returns: