T
- the type of elements returned by the iteratorpublic interface SearchResultsIterable<T> extends Iterable<T>
Iterable
for results of a Solr search (SearcherFactory.Searcher.searchWithFacets()
), available from SearchResults.getResults()
Modifier and Type | Method and Description |
---|---|
long |
getSize()
Returns the number of elements in this iterable.
|
SearchResultsIterator<T> |
iterator() |
forEach, spliterator