mirror of https://github.com/apache/lucene.git
Add an import so that GCJ can compile this.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150532 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
69d4dc5d06
commit
a69db22983
|
@ -20,6 +20,7 @@ import org.apache.lucene.index.IndexReader;
|
|||
import org.apache.lucene.index.Term;
|
||||
import org.apache.lucene.index.TermDocs;
|
||||
import org.apache.lucene.index.TermEnum;
|
||||
import org.apache.lucene.search.FieldCache.StringIndex;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Map;
|
||||
|
|
Loading…
Reference in New Issue