Class FloatTaxonomyFacets

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Number getSpecificValue​(java.lang.String dim, java.lang.String... path)
      Return the count or value for a specific path.
      FacetResult getTopChildren​(int topN, java.lang.String dim, java.lang.String... path)
      Returns the topN child labels under the specified path.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSpecificValue

        public java.lang.Number getSpecificValue​(java.lang.String dim,
                                                 java.lang.String... path)
                                          throws java.io.IOException
        Description copied from class: Facets
        Return the count or value for a specific path. Returns -1 if this path doesn't exist, else the count.
        Specified by:
        getSpecificValue in class Facets
        Throws:
        java.io.IOException
      • getTopChildren

        public FacetResult getTopChildren​(int topN,
                                          java.lang.String dim,
                                          java.lang.String... path)
                                   throws java.io.IOException
        Description copied from class: Facets
        Returns the topN child labels under the specified path. Returns null if the specified path doesn't exist or if this dimension was never seen.
        Specified by:
        getTopChildren in class Facets
        Throws:
        java.io.IOException