Class MultiValueRangeFacetCounts

    • Field Detail

      • ranges

        protected final org.apache.lucene.facet.range.Range[] ranges
      • counts

        protected final int[] counts
      • fastMatchQuery

        protected final org.apache.lucene.search.Query fastMatchQuery
      • field

        protected final String field
      • totCount

        protected int totCount
    • Constructor Detail

      • MultiValueRangeFacetCounts

        protected MultiValueRangeFacetCounts​(String field,
                                             org.apache.lucene.facet.range.Range[] ranges,
                                             org.apache.lucene.search.Query fastMatchQuery)
    • 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
      • 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