Class LongMultiValueFacetCounts
java.lang.Object
org.apache.lucene.facet.Facets
org.hibernate.search.backend.lucene.lowlevel.facet.impl.LongMultiValueFacetCounts
public class LongMultiValueFacetCounts
extends org.apache.lucene.facet.Facets
Copied with some changes from org.apache.lucene.facet.LongValueFacetCounts
of Apache Lucene project.
-
Constructor Summary
ConstructorsConstructorDescriptionLongMultiValueFacetCounts(String field, LongMultiValuesSource valueSource, org.apache.lucene.facet.FacetsCollector hits) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.facet.FacetResultgetAllChildren(String dim, String... path) List<org.apache.lucene.facet.FacetResult>getAllDims(int topN) getSpecificValue(String dim, String... path) org.apache.lucene.facet.FacetResultgetTopChildren(int topN, String dim, String... path) org.apache.lucene.facet.FacetResultgetTopChildrenSortByCount(int topN) toString()Methods inherited from class org.apache.lucene.facet.Facets
getTopDims, validateTopN
-
Constructor Details
-
LongMultiValueFacetCounts
public LongMultiValueFacetCounts(String field, LongMultiValuesSource valueSource, org.apache.lucene.facet.FacetsCollector hits) throws IOException - Throws:
IOException
-
-
Method Details
-
getAllChildren
- Specified by:
getAllChildrenin classorg.apache.lucene.facet.Facets
-
getTopChildren
- Specified by:
getTopChildrenin classorg.apache.lucene.facet.Facets
-
getTopChildrenSortByCount
public org.apache.lucene.facet.FacetResult getTopChildrenSortByCount(int topN) -
getSpecificValue
- Specified by:
getSpecificValuein classorg.apache.lucene.facet.Facets- Throws:
IOException
-
getAllDims
- Specified by:
getAllDimsin classorg.apache.lucene.facet.Facets- Throws:
IOException
-
toString
-