LUCENE-6270: Fix merge issues with LUCENE-6272.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661396 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2015-02-21 16:52:50 +00:00
parent bed131f180
commit 163c0bc0b7
1 changed files with 0 additions and 20 deletions

View File

@ -415,26 +415,6 @@ public class TermsQuery extends Query implements Accountable {
return 1;
}
@Override
public int nextPosition() throws IOException {
return -1;
}
@Override
public int startOffset() throws IOException {
return -1;
}
@Override
public int endOffset() throws IOException {
return -1;
}
@Override
public BytesRef getPayload() throws IOException {
return null;
}
@Override
public int docID() {
return disi.docID();