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:
Doug Cutting 2004-09-23 16:42:44 +00:00
parent 69d4dc5d06
commit a69db22983
1 changed files with 1 additions and 0 deletions

View File

@ -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;