Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-15143

edismax is ignoring qf is query term is *

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 7.4
    • None
    • query parsers
    • None
    • 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 

    Description

      We are using solr 7.4. when we are using edismax  query parser and query for * with qf param.

      {!edismax qf=field1}*

      we are getting all documents in result.
      I am posting debugQuery output below

       

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

       

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            soniyk40 Yogendra Kumar Soni
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: