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

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

Introduction

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

The text is from its open source code.

Constructor

FacetsCollector()
Default constructor
FacetsCollector(boolean keepScores)
Create this; if keepScores is true then a float[] is allocated to hold score of all hits.

Method

TopDocssearch(IndexSearcher searcher, Query q, int n, Collector fc)
Utility method, to search and also collect all hits into the provided Collector .
TopFieldDocssearch(IndexSearcher searcher, Query q, int n, Sort sort, Collector fc)
Utility method, to search and also collect all hits into the provided Collector .
TopDocssearchAfter(IndexSearcher searcher, ScoreDoc after, Query q, int n, Sort sort, Collector fc)
Utility method, to search and also collect all hits into the provided Collector .