Uses of Class
org.apache.solr.handler.component.PivotFacetField
-
Packages that use PivotFacetField Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandler -
-
Uses of PivotFacetField in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return PivotFacetField Modifier and Type Method Description 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) The associated childPivotFacetValues will be recursively built as well.PivotFacetFieldPivotFacetValue. getChildPivot()ThePivotFacetFieldcorrisponding to the nested child pivot for thisPivotFacetValue.Methods in org.apache.solr.handler.component with parameters of type PivotFacetField 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.
-