Class FieldValueCountEntry

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

public class FieldValueCountEntry extends ValueCountEntry
  • Constructor Details

    • FieldValueCountEntry

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

    • getKey

      @Nullable public Field getKey()
    • getField

      @Nullable public Field getField()
    • setField

      public final void setField(Field field)
    • setField

      public final void setField(String fieldname)