Class LongMultiValueFacetCounts


  • public class LongMultiValueFacetCounts
    extends org.apache.lucene.facet.Facets

    Copied with some changes from org.apache.lucene.facet.LongValueFacetCounts of Apache Lucene project.

    • Method Detail

      • getTopChildren

        public org.apache.lucene.facet.FacetResult getTopChildren​(int topN,
                                                                  String dim,
                                                                  String... path)
        Specified by:
        getTopChildren in class org.apache.lucene.facet.Facets
      • getTopChildrenSortByCount

        public org.apache.lucene.facet.FacetResult getTopChildrenSortByCount​(int topN)
      • getAllDims

        public List<org.apache.lucene.facet.FacetResult> getAllDims​(int topN)
                                                             throws IOException
        Specified by:
        getAllDims in class org.apache.lucene.facet.Facets
        Throws:
        IOException