Class FacetResult

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

public final class FacetResult extends Object
Counts or aggregates for a single dimension.
  • Field Details

    • dim

      public final String dim
      Dimension that was requested.
    • path

      public final String[] path
      Path whose children were requested.
    • value

      public final Number value
      Total number of documents containing a value for this path, even those not included in the topN. If a document contains multiple values for the same path, it will only be counted once in this value.
    • childCount

      public final int childCount
      How many child labels were encountered.
    • labelValues

      public final LabelAndValue[] labelValues
      Child counts.
  • Constructor Details

  • Method Details