Class LabelAndValue

java.lang.Object
org.apache.lucene.facet.LabelAndValue

public final class LabelAndValue extends Object
Single label and its value, usually contained in a FacetResult.
  • Field Details

    • label

      public final String label
      Facet's label.
    • value

      public final Number value
      Value associated with this label.
  • Constructor Details

    • LabelAndValue

      public LabelAndValue(String label, Number value)
      Sole constructor.
  • Method Details