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

Method size

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

Returns the number of documents in the set.

()

Source from the content-addressed store, hash-verified

50
51 /** Returns the number of documents in the set. */
52 public abstract int size();
53
54 /**
55 * Returns true if a document is in the DocSet. If you want to be guaranteed fast random access,

Callers 14

doSetGenMethod · 0.95
mainMethod · 0.95
getTermCountsMethod · 0.95
getDocSetEnumerateMethod · 0.95
getProcessedFilterMethod · 0.95
getDocListAndSetNCMethod · 0.95
sortDocSetMethod · 0.95
unionSizeMethod · 0.95
andNotSizeMethod · 0.95
calculateNumBucketsMethod · 0.95
_nextBucketMethod · 0.95
visitTermMethod · 0.95

Calls

no outgoing calls

Tested by 2

doSetGenMethod · 0.76
mainMethod · 0.76