Package | Description |
---|---|
org.apache.solr.response.transform |
APIs and implementations of
DocTransformer for modifying documents in Solr request responses |
org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
Modifier and Type | Field and Description |
---|---|
DocIterator |
TransformContext.iterator |
Modifier and Type | Method and Description |
---|---|
DocIterator |
TransformContext.getDocIterator() |
Modifier and Type | Method and Description |
---|---|
DocIterator |
DocList.iterator()
Returns an iterator that may be used to iterate over the documents in this DocList
The order of the documents returned by this iterator is based on the
Sort order of the search that produced it.
|
DocIterator |
BitDocSet.iterator() |
DocIterator |
DocSet.iterator()
Returns an iterator that may be used to iterate over all of the documents in the set.
|
DocIterator |
SortedIntDocSet.iterator() |
DocIterator |
DocSlice.iterator() |
DocIterator |
HashDocSet.iterator() |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.