public interface SearchResultDocumentList extends Iterable<SearchResultDocument>
| Modifier and Type | Method and Description |
|---|---|
SearchResultDocument |
get(int i)
Retrieve the i'th document, starting with 0.
|
long |
getNumFound()
The number of documents that would satisfy the query
|
int |
size()
The number of documents that are included in this result.
|
forEach, iterator, spliteratorlong getNumFound()
int size()
SearchResultDocument get(int i)
ArrayIndexOutOfBoundsExceptionCopyright © 2021. All rights reserved.