LUCENE-3001 -- moving TrieFieldHelper out of lucene

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086710 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2011-03-29 20:11:00 +00:00
parent 591f3b5ea9
commit 9d1854b390
2 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@ import org.apache.lucene.search.cache.CachedArrayCreator;
import org.apache.lucene.search.cache.LongValuesCreator;
import org.apache.lucene.util.BytesRef;
import org.apache.lucene.util.NumericUtils;
import org.apache.lucene.util.TrieFieldHelper;
import org.apache.lucene.analysis.TokenStream;
import org.apache.lucene.analysis.NumericTokenStream;

View File

@ -25,7 +25,6 @@ import org.apache.lucene.search.cache.IntValuesCreator;
import org.apache.lucene.search.cache.LongValuesCreator;
import org.apache.lucene.util.BytesRef;
import org.apache.lucene.util.NumericUtils;
import org.apache.lucene.util.TrieFieldHelper;
import org.apache.noggit.CharArr;
import org.apache.solr.analysis.*;
import org.apache.solr.common.SolrException;