mirror of https://github.com/apache/lucene.git
Remove Unused Import in BoolQParserPlugin
This commit is contained in:
parent
f647400e31
commit
ccbdb77344
|
@ -18,7 +18,6 @@
|
|||
package org.apache.solr.search;
|
||||
|
||||
import org.apache.lucene.search.BooleanClause;
|
||||
import org.apache.lucene.search.BooleanQuery;
|
||||
import org.apache.lucene.search.Query;
|
||||
import org.apache.solr.common.params.SolrParams;
|
||||
import org.apache.solr.query.FilterQuery;
|
||||
|
|
Loading…
Reference in New Issue