Uses of Class
org.apache.solr.analytics.facet.PivotNode
-
Packages that use PivotNode Package Description org.apache.solr.analytics.facet Facets supported by the analytics component. -
-
Uses of PivotNode in org.apache.solr.analytics.facet
Subclasses of PivotNode in org.apache.solr.analytics.facet Modifier and Type Class Description static classPivotNode.PivotBranch<T>A pivot node that has pivot children.static classPivotNode.PivotLeafA pivot node that has no pivot children.Constructors in org.apache.solr.analytics.facet with parameters of type PivotNode Constructor Description PivotBranch(String name, StringValueStream expression, PivotNode<T> childPivot)PivotFacet(String name, PivotNode<?> topPivot)
-