mirror of https://github.com/apache/lucene.git
- Removed unused var
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@525668 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5650a7bf92
commit
ace79697e3
|
@ -195,7 +195,6 @@ class BooleanScorer2 extends Scorer {
|
||||||
}
|
}
|
||||||
|
|
||||||
private Scorer dualConjunctionSumScorer(Scorer req1, Scorer req2) { // non counting.
|
private Scorer dualConjunctionSumScorer(Scorer req1, Scorer req2) { // non counting.
|
||||||
final int requiredNrMatchers = requiredScorers.size();
|
|
||||||
ConjunctionScorer cs = new ConjunctionScorer(defaultSimilarity);
|
ConjunctionScorer cs = new ConjunctionScorer(defaultSimilarity);
|
||||||
// All scorers match, so defaultSimilarity super.score() always has 1 as
|
// All scorers match, so defaultSimilarity super.score() always has 1 as
|
||||||
// the coordination factor.
|
// the coordination factor.
|
||||||
|
|
Loading…
Reference in New Issue