Package | Description |
---|---|
org.apache.solr.analytics.facet |
Facets supported by the analytics component.
|
Modifier and Type | Class and Description |
---|---|
static class |
PivotNode.PivotBranch<T>
A pivot node that has pivot children.
|
static class |
PivotNode.PivotLeaf
A pivot node that has no pivot children.
|
Constructor and Description |
---|
PivotBranch(String name,
StringValueStream expression,
PivotNode<T> childPivot) |
PivotFacet(String name,
PivotNode<?> topPivot) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.