MCPcopy Create free account
hub / github.com/apache/solr / iterator

Method iterator

solr/core/src/java/org/apache/solr/search/DocList.java:74–74  ·  view source on GitHub ↗

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. The Scoring information is meaningful only if hasScores() returns true. @see #hasScores

()

Source from the content-addressed store, hash-verified

72 * @see #hasScores
73 */
74 public DocIterator iterator();
75
76 /** True if scores were retained */
77 public boolean hasScores();

Callers 15

testNotLazyFieldMethod · 0.95
testLazyFieldMethod · 0.95
handleMergeFieldsMethod · 0.95
pullTagsFromResponseMethod · 0.95
handleRequestBodyMethod · 0.95
processMethod · 0.95
processMethod · 0.95
processMethod · 0.95
doFieldSortValuesMethod · 0.95
doAuthenticateMethod · 0.65
editMethod · 0.65
editMethod · 0.65

Implementers 1

DocSlicesolr/core/src/java/org/apache/solr/sea

Calls

no outgoing calls

Tested by 4

testNotLazyFieldMethod · 0.76
testLazyFieldMethod · 0.76
handleMergeFieldsMethod · 0.76
pullTagsFromResponseMethod · 0.76