[ https://issues.apache.org/jira/browse/SOLR-15143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Smiley closed SOLR-15143. ------------------------------- > 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