Java org.apache.lucene.search TopDocsCollector fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search TopDocsCollector fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.apache.lucene.search.TopDocsCollector has subclasses.
Click this link to see all its subclasses.

Method

intgetTotalHits()
The total number of documents that matched this query.
TopDocstopDocs()
Returns the top docs that were collected by this collector.
TopDocstopDocs(int start, int howMany)
Returns the documents in the range [start ..
TopDocstopDocs(int start)
Returns the documents in the range [start ..