LUCENE-7350: Remove unused imports.

This commit is contained in:
Adrien Grand 2016-06-21 17:51:36 +02:00
parent 7b5d7b3962
commit 281af8b89c
3 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@ import org.apache.lucene.classification.document.KNearestNeighborDocumentClassif
import org.apache.lucene.classification.document.SimpleNaiveBayesDocumentClassifier;
import org.apache.lucene.document.Document;
import org.apache.lucene.index.IndexReader;
import org.apache.lucene.index.LeafReader;
import org.apache.lucene.util.BytesRef;
import org.apache.solr.common.SolrInputDocument;
import org.apache.solr.schema.IndexSchema;

View File

@ -1,7 +1,6 @@
package org.apache.solr.update.processor;
import org.apache.lucene.index.IndexReader;
import org.apache.lucene.index.LeafReader;
import org.apache.solr.common.SolrException;
import org.apache.solr.common.params.SolrParams;
import org.apache.solr.common.util.NamedList;

View File

@ -19,7 +19,6 @@ package org.apache.solr.util;
import java.io.IOException;
import java.io.Reader;
import org.noggit.CharArr;
import org.noggit.JSONParser;
public class RecordingJSONParser extends JSONParser {