public class SolrResponseIdIterable extends Object implements Iterable<String>
QueryResponse
.Modifier and Type | Class and Description |
---|---|
protected class |
SolrResponseIdIterable.DocListIdIterator
Iterator over the IDs of the objects in a SolrDocumentList.
|
Modifier and Type | Field and Description |
---|---|
private SolrDocumentList |
_docList |
Constructor and Description |
---|
SolrResponseIdIterable(SolrDocumentList docList)
Buid the IdIterable.
|
Modifier and Type | Method and Description |
---|---|
Iterator<String> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
private SolrDocumentList _docList
public SolrResponseIdIterable(SolrDocumentList docList)
docList
- The solr response document list.