“f.fl.qf” is not a recognized Solr parameter. Please provide the full (debug=true) response from Solr so we can see how the query is being parsed.
Erik > On Jun 27, 2016, at 6:41 AM, Modassar Ather <modather1...@gmail.com> wrote: > > Hi, > > I have a qf defined as follows: > > *<str name="f.fl.qf">fl1 fl2 fl3 fl4</str>* > These are all text fields. > > When I query *fl:/netw.{0,4}/ *I see the parsed query contains all the > possible analyzed tokens of the query where as for query *fl1:/netw.{0,4}/ *it > parses the query as expected to *fl1:/netw.{0,4}/*. > > Please let me know if it is expected or a bug? > Note: I could not find any regex query related getter method in > ExtendedDismaxQParser.java. Please help me understand regex queries support > in edismax. > > Thanks, > Modassar