mirror of https://github.com/apache/lucene.git
import cleanup to avoid warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@406093 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d03ca8f858
commit
af791e009b
|
@ -18,8 +18,6 @@ package org.apache.lucene.search;
|
|||
|
||||
import java.io.IOException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.Comparator;
|
||||
|
||||
/**
|
||||
* The Scorer for DisjunctionMaxQuery's. The union of all documents generated by the the subquery scorers
|
||||
|
|
|
@ -16,13 +16,6 @@ package org.apache.lucene.search;
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.BitSet;
|
||||
|
||||
import org.apache.lucene.store.Directory;
|
||||
import org.apache.lucene.document.Document;
|
||||
import org.apache.lucene.index.IndexReader;
|
||||
import org.apache.lucene.index.Term;
|
||||
import org.apache.lucene.util.PriorityQueue;
|
||||
|
||||
/** A {@link HitCollector} implementation that collects the top-scoring
|
||||
|
|
|
@ -17,12 +17,8 @@ package org.apache.lucene.search;
|
|||
*/
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.BitSet;
|
||||
|
||||
import org.apache.lucene.store.Directory;
|
||||
import org.apache.lucene.document.Document;
|
||||
import org.apache.lucene.index.IndexReader;
|
||||
import org.apache.lucene.index.Term;
|
||||
|
||||
/** A {@link HitCollector} implementation that collects the top-sorting
|
||||
* documents, returning them as a {@link TopFieldDocs}. This is used by {@link
|
||||
|
|
Loading…
Reference in New Issue