protected class SolrResponseIdIterable.DocListIdIterator extends Object implements Iterator<String>
Modifier and Type | Field and Description |
---|---|
private Iterator<SolrDocument> |
_docIterator |
Constructor and Description |
---|
DocListIdIterator(SolrDocumentList docList)
Build a DocListIdIterator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
String |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
private Iterator<SolrDocument> _docIterator
public DocListIdIterator(SolrDocumentList docList)
docList
- the solr socument list.