Uses of Class
org.apache.solr.handler.component.PivotFacet
-
Packages that use PivotFacet Package Description org.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
-
-
Uses of PivotFacet in org.apache.solr.handler.component
Fields in org.apache.solr.handler.component with type parameters of type PivotFacet Modifier and Type Field Description org.apache.solr.common.util.SimpleOrderedMap<PivotFacet>
FacetComponent.FacetInfo. pivotFacets
Methods in org.apache.solr.handler.component with parameters of type PivotFacet Modifier and Type Method Description void
PivotFacetField. queuePivotRefinementRequests(PivotFacet pf)
A recursive method for determining whichPivotFacetValue
s need to be refined for this pivot.
-