SOLR-8541: remove unused imports

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725586 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2016-01-19 18:34:53 +00:00
parent 52d63dfefb
commit 0c6f032117
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ package org.apache.solr.search;
* limitations under the License.
*/
import org.apache.lucene.analysis.CachingTokenFilter;
import org.apache.lucene.analysis.TokenStream;
import org.apache.lucene.index.memory.MemoryIndex;
import org.apache.solr.SolrTestCaseJ4;
import org.apache.solr.common.SolrException;
import org.apache.solr.common.params.FacetParams;