Class FacetComponent.FacetBase
- java.lang.Object
-
- org.apache.solr.handler.component.FacetComponent.FacetBase
-
- Direct Known Subclasses:
FacetComponent.FieldFacet,FacetComponent.QueryFacet,PivotFacet,RangeFacetRequest,SpatialHeatmapFacets.HeatmapFacet
- Enclosing class:
- FacetComponent
public static class FacetComponent.FacetBase extends Object
This API is experimental and subject to change
-
-
Constructor Summary
Constructors Constructor Description FacetBase(ResponseBuilder rb, String facetType, String facetStr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getExcludeTags()StringgetKey()returns the key in the response that this facet will be underList<String>getTags()intgetThreadCount()StringgetType()
-
-
-
Constructor Detail
-
FacetBase
public FacetBase(ResponseBuilder rb, String facetType, String facetStr)
-
-