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

Method intersection

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

Returns the intersection of this set with another set. Neither set is modified - a new DocSet is created and returned. @return a DocSet representing the intersection

(DocSet other)

Source from the content-addressed store, hash-verified

78 * @return a DocSet representing the intersection
79 */
80 public abstract DocSet intersection(DocSet other);
81
82 /**
83 * Returns the number of documents of the intersection of this set with another set. May be more

Callers 8

doSingleMethod · 0.95
mainMethod · 0.95
getProcessedFilterMethod · 0.95
getDocSetMethod · 0.95
collectDocsGenericMethod · 0.95
getDocListCMethod · 0.45
_nextBucketMethod · 0.45
handleDomainChangesMethod · 0.45

Calls

no outgoing calls

Tested by 2

doSingleMethod · 0.76
mainMethod · 0.76