[ 
https://issues.apache.org/jira/browse/SOLR-15143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Smiley resolved SOLR-15143.
---------------------------------
    Resolution: Not A Problem

This is working-as-designed.  An asterisk does not imply that there needs to be 
any data in any of the fields.  If you want to require that, then you'll have 
to recognize this special case and submit a different query to Solr, i.e. 
{{q=theField:*}}  Consider first posting to solr-user list or Solr Slack ( 
https://apachesolr.slack.com ) before filing an issue.

> 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
>            Priority: Major
>
> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to