Java org.apache.solr.search DocList fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.search DocList fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

booleanhasScores()
True if scores were retained
DocIteratoriterator()
Returns an iterator that may be used to iterate over the documents in this DocList

The order of the documents returned by this iterator is based on the Sort order of the search that produced it.

longmatches()
Returns the total number of matches for the search (as opposed to just the number collected according to offset() and size()).
floatmaxScore()
The maximum score for the search...
intoffset()
Returns the zero based offset of this list within the total ordered list of matches to the query.
intsize()
Returns the number of ids in this list.