Java org.apache.lucene.facet Facets fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.facet Facets fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.facet Facets.

The text is from its open source code.

Method

ListgetAllDims(int topN)
Returns topN labels for any dimension that had hits, sorted by the number of hits that dimension matched; this is used for "sparse" faceting, where many different dimensions were indexed, for example depending on the type of document.
FacetResultgetTopChildren(int topN, String dim, String... path)
Returns the topN child labels under the specified path.