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

Method andNot

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

Returns the documents in this set that are not in the other set. Neither set is modified - a new DocSet is created and returned. @return a DocSet representing this AND NOT other

(DocSet other)

Source from the content-addressed store, hash-verified

111 * @return a DocSet representing this AND NOT other
112 */
113 public abstract DocSet andNot(DocSet other);
114
115 /** Returns the number of documents in this set that are not in the other set. */
116 public int andNotSize(DocSet other) {

Callers 7

doSingleMethod · 0.95
getProcessedFilterMethod · 0.95
makeRandomQueryMethod · 0.45
getDocSetMethod · 0.45
getDocSetMethod · 0.45
getFieldMissingMethod · 0.45
getSubsetMethod · 0.45

Calls

no outgoing calls

Tested by 2

doSingleMethod · 0.76
makeRandomQueryMethod · 0.36