Class DelegatingCursor.PartialResult<T>
java.lang.Object
org.springframework.data.solr.core.query.result.DelegatingCursor.PartialResult<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Iterable<T>
- Enclosing class:
- DelegatingCursor<T>
DelegatingCursor.PartialResult provided by a round trip to SolrClient loading data for an iteration. Also holds the cursor
mark to use next.