You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Yogendra Kumar Soni (Jira)" <ji...@apache.org> on 2021/02/08 07:29:00 UTC

[jira] [Created] (SOLR-15143) edismax is ignoring qf is query term is *

Yogendra Kumar Soni created SOLR-15143:
------------------------------------------

             Summary: edismax is ignoring qf is query term is *
                 Key: SOLR-15143
                 URL: https://issues.apache.org/jira/browse/SOLR-15143
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: query parsers
    Affects Versions: 7.4
         Environment: Solr 7.4.0 - cloud mode

Java runtine: Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 1.8.0_271 25.271-b09

OS: Linux 
            Reporter: Yogendra Kumar Soni


We are using solr 7.4. when we are using edismax  query parser and query for * with qf param.
{code:java}
{!edismax qf=field1}*{code}
we are getting all documents in result. 
I am posting debugQuery output below

 
{code:java}
{...
"rawquerystring":"{!edismax qf=field1}*", "querystring":"{!edismax qf=field1}*", "parsedquery":"+MatchAllDocsQuery(*:*)", "parsedquery_toString":"+*:*", "QParser":"ExtendedDismaxQParser"
...}
{code}
 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org