mirror of https://github.com/apache/lucene.git
LUCENE-7350: Remove unused imports.
This commit is contained in:
parent
7b5d7b3962
commit
281af8b89c
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue