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. The Scoring information is meaningful only if hasScores() returns true. @see #hasScores
()
| 72 | * @see #hasScores |
| 73 | */ |
| 74 | public DocIterator iterator(); |
| 75 | |
| 76 | /** True if scores were retained */ |
| 77 | public boolean hasScores(); |
no outgoing calls