mirror of https://github.com/apache/lucene.git
unneeded method (forgotten to deprecate)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@825893 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1c6720816f
commit
2de9c69281
|
@ -144,11 +144,6 @@ public class PayloadNearQuery extends SpanNearQuery {
|
|||
super(query, searcher);
|
||||
}
|
||||
|
||||
public Scorer scorer(IndexReader reader) throws IOException {
|
||||
return new PayloadNearSpanScorer(query.getSpans(reader), this,
|
||||
similarity, reader.norms(query.getField()));
|
||||
}
|
||||
|
||||
@Override
|
||||
public Scorer scorer(IndexReader reader, boolean scoreDocsInOrder,
|
||||
boolean topScorer) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue