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

Method intersectionSize

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

Returns the number of documents of the intersection of this set with another set. May be more efficient than actually creating the intersection and then getting its size.

(DocSet other)

Source from the content-addressed store, hash-verified

84 * efficient than actually creating the intersection and then getting its size.
85 */
86 public abstract int intersectionSize(DocSet other);
87
88 /** Returns true if these sets have any elements in common */
89 public abstract boolean intersects(DocSet other);

Callers 7

doSingleMethod · 0.95
mainMethod · 0.95
numDocsMethod · 0.95
unionSizeMethod · 0.95
andNotSizeMethod · 0.95
collectDocsGenericMethod · 0.95
processSlotMethod · 0.45

Calls

no outgoing calls

Tested by 2

doSingleMethod · 0.76
mainMethod · 0.76