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

Method equals

solr/core/src/java/org/apache/solr/search/JoinQuery.java:491–494  ·  view source on GitHub ↗
(Object other)

Source from the content-addressed store, hash-verified

489 }
490
491 @Override
492 public boolean equals(Object other) {
493 return sameClassAs(other) && equalsTo(getClass().cast(other));
494 }
495
496 private boolean equalsTo(JoinQuery other) {
497 return this.fromField.equals(other.fromField)

Callers 15

getAbsMethod · 0.45
finishMethod · 0.45
canEarlyTerminateMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseValueSourceMethod · 0.45
parseAggMethod · 0.45
rewriteMethod · 0.45
getSortDirectionMethod · 0.45
parseMethod · 0.45
updateResponseHeaderMethod · 0.45

Calls 1

equalsToMethod · 0.95

Tested by

no test coverage detected