You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mk...@apache.org on 2020/06/30 17:25:23 UTC

[lucene-solr] branch branch_8x updated: SOLR-14539: Fix import in {!bool excludeTags=...}

This is an automated email from the ASF dual-hosted git repository.

mkhl pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 33672f9  SOLR-14539: Fix import in {!bool excludeTags=...}
33672f9 is described below

commit 33672f9a8b61f54883ae2e40393c1552aeb5ec20
Author: Mikhail Khludnev <mk...@apache.org>
AuthorDate: Tue Jun 30 20:24:38 2020 +0300

    SOLR-14539: Fix import in {!bool excludeTags=...}
---
 solr/core/src/java/org/apache/solr/search/BoolQParserPlugin.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/search/BoolQParserPlugin.java b/solr/core/src/java/org/apache/solr/search/BoolQParserPlugin.java
index e3e030b..cd22dd7 100644
--- a/solr/core/src/java/org/apache/solr/search/BoolQParserPlugin.java
+++ b/solr/core/src/java/org/apache/solr/search/BoolQParserPlugin.java
@@ -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;