Uses of Class
org.apache.solr.handler.component.PivotFacetValue
-
Packages that use PivotFacetValue Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandler -
-
Uses of PivotFacetValue in org.apache.solr.handler.component
Fields in org.apache.solr.handler.component declared as PivotFacetValue Modifier and Type Field Description PivotFacetValuePivotFacetField. parentValueMethods in org.apache.solr.handler.component that return PivotFacetValue Modifier and Type Method Description static PivotFacetValuePivotFacetValue. createFromNamedList(int shardNumber, ResponseBuilder rb, PivotFacetField parentField, NamedList<Object> pivotData)A recursive method to construct a newPivotFacetValueobject from the contents of theNamedListprovided by the specified shard, relative to the specified field.PivotFacetValuePivotFacetFieldValueCollection. get(Comparable value)Fast lookup to retrieve aPivotFacetValuefrom this collection if it existsPivotFacetValuePivotFacetFieldValueCollection. getAt(int index)Fetchs aPivotFacetValuefrom this collection via the index, may not be used to fetch thePivotFacetValuecorrisponding to the missing-value.PivotFacetValuePivotFacetFieldValueCollection. getMissingValue()Methods in org.apache.solr.handler.component that return types with arguments of type PivotFacetValue Modifier and Type Method Description List<PivotFacetValue>PivotFacetFieldValueCollection. getExplicitValuesList()Read-Only access to the Collection ofPivotFacetValues corrisponding to non-missing values.List<PivotFacetValue>PivotFacetFieldValueCollection. getNextLevelValuesToRefine()Returns the appropriate sub-list of the explicit values that need to be refined, based on theFacetParams.FACET_OFFSET&FacetParams.FACET_LIMITfor this field.List<PivotFacetValue>PivotFacet. getQueuedRefinements(int shardNumber)An immutable List of thePivotFacetValues that need to be refined for this pivot.Iterator<PivotFacetValue>PivotFacetFieldValueCollection. iterator()Iterator over all elements in this Collection, including the result ofPivotFacetFieldValueCollection.getMissingValue()as the last element (if it exists)Methods in org.apache.solr.handler.component with parameters of type PivotFacetValue Modifier and Type Method Description voidPivotFacetFieldValueCollection. add(PivotFacetValue pfValue)Adds aPivotFacetValueto this collection -- callers must not use this method if aPivotFacetValuewith the same value already exists in this collectionvoidPivotFacet. addRefinement(int shardNumber, PivotFacetValue value)Tracks that the specified shard needs to be asked to refine the specifiedPivotFacetValueintPivotFacetFieldValueCollection.PivotFacetCountComparator. compare(PivotFacetValue left, PivotFacetValue right)intPivotFacetFieldValueCollection.PivotFacetValueComparator. compare(PivotFacetValue left, PivotFacetValue right)static PivotFacetFieldPivotFacetField. createFromListOfNamedLists(int shardNumber, ResponseBuilder rb, PivotFacetValue owner, List<NamedList<Object>> pivotValues)A recursive method to construct a newPivotFacetFieldobject from the contents of theNamedLists provided by the specified shard, relative to a parent value (if this is not the top field in the pivot hierarchy)
-