Method Summary |
|
public boolean | hasScores() |
public DocIterator | iterator() 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. |
public int | matches() Returns the total number of matches for the search
(as opposed to just the number collected according
to offset() and size() ). |
public float | maxScore() The maximum score for the search... |
public int | offset() Returns the zero based offset of this list within the total ordered list of matches to the query. |
public int | size() Returns the number of ids in this list. |
public DocList | subset(int offset, int len) Get a subset of an existing DocList. |