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 Details

  • Method Details

    • getAllChildren

      public org.apache.lucene.facet.FacetResult getAllChildren(String dim, String... path)
      Specified by:
      getAllChildren in class org.apache.lucene.facet.Facets
    • 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)
    • getSpecificValue

      public Number getSpecificValue(String dim, String... path) throws IOException
      Specified by:
      getSpecificValue in class org.apache.lucene.facet.Facets
      Throws:
      IOException
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object