mirror of https://github.com/apache/lucene.git
removed unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1134340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eca56e0564
commit
cf94c3bd49
|
@ -24,7 +24,6 @@ import java.util.Map;
|
|||
import org.apache.lucene.search.FieldCache;
|
||||
import org.apache.lucene.util.BytesRef;
|
||||
import org.apache.lucene.util.CharsRef;
|
||||
import org.apache.noggit.CharArr;
|
||||
import org.apache.solr.common.params.SolrParams;
|
||||
import org.apache.solr.common.params.StatsParams;
|
||||
import org.apache.solr.common.params.ShardParams;
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
package org.apache.solr.search.function;
|
||||
|
||||
import org.apache.lucene.util.BytesRef;
|
||||
import org.apache.noggit.CharArr;
|
||||
import org.apache.solr.search.MutableValue;
|
||||
import org.apache.solr.search.MutableValueFloat;
|
||||
import org.apache.solr.search.MutableValueStr;
|
||||
|
|
Loading…
Reference in New Issue