Class PivotFacetFieldValueCollection

java.lang.Object
org.apache.solr.handler.component.PivotFacetFieldValueCollection
All Implemented Interfaces:
Iterable<PivotFacetValue>

public class PivotFacetFieldValueCollection extends Object implements Iterable<PivotFacetValue>
Emcapsulates a collection of PivotFacetValues associated with a PivotFacetField withs pecial tracking of a PivotFacetValue corrisponding to the null value when FacetParams.FACET_MISSING is used.
See Also:
  • Constructor Details

    • PivotFacetFieldValueCollection

      public PivotFacetFieldValueCollection(int minCount, int offset, int limit, String fieldSort)
  • Method Details