Class ValueCountEntry

java.lang.Object
org.springframework.data.solr.core.query.result.ValueCountEntry
All Implemented Interfaces:
CountEntry
Direct Known Subclasses:
FieldValueCountEntry, SimpleFacetQueryEntry

public class ValueCountEntry extends Object implements CountEntry
Implementation of CountEntry
  • Constructor Details

    • ValueCountEntry

      public ValueCountEntry(String value, long valueCount)
  • Method Details

    • getValueCount

      public long getValueCount()
      Description copied from interface: CountEntry
      The nr of hits for the value
      Specified by:
      getValueCount in interface CountEntry
      Returns:
    • getValue

      public String getValue()
      Description copied from interface: CountEntry
      The value within the field
      Specified by:
      getValue in interface CountEntry
      Returns: