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

Method size

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

Returns the number of ids in this list.

()

Source from the content-addressed store, hash-verified

35
36 /** Returns the number of ids in this list. */
37 public int size();
38
39 /**
40 * Returns the total number of matches for the search (as opposed to just the number collected

Callers 15

handleMergeFieldsMethod · 0.95
regenerateItemMethod · 0.95
getDocListCMethod · 0.95
writeDocumentsMethod · 0.95
processMethod · 0.95
processMethod · 0.95
doFieldSortValuesMethod · 0.95
afterTestMethod · 0.65
lengthMethod · 0.65
printReportMethod · 0.65
getPasswordMethod · 0.65
endElementMethod · 0.65

Implementers 1

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

Calls

no outgoing calls