lucene 4: fix NoopCollector

This commit is contained in:
Igor Motov 2012-11-05 06:37:24 -05:00 committed by Shay Banon
parent 9d5cae23fa
commit 98eb97a1ff
1 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@
package org.elasticsearch.common.lucene.search;
import org.apache.lucene.index.AtomicReaderContext;
import org.apache.lucene.index.IndexReader;
import org.apache.lucene.search.Collector;
import org.apache.lucene.search.Scorer;
@ -43,7 +42,6 @@ public class NoopCollector extends Collector {
@Override
public void setNextReader(AtomicReaderContext context) throws IOException {
throw new UnsupportedOperationException();
}
@Override