Re: edismax - Regex query.

2016-06-29 Thread Modassar Ather
Please read the last example in my previous mail as follows: *Query: fl1:/netw.{0,4}/* "parsedquery_toString": "+fl1:/netw.{0,4}/" Basically the regex query is getting analyzed only for alias fields. Thanks, Modassar On Thu, Jun 30, 2016 at 9:10 AM, Modassar Ather wrote: > Thanks Anil and Er

Re: edismax - Regex query.

2016-06-29 Thread Modassar Ather
Thanks Anil and Erik for your response. “f.fl.qf” is not a recognized Solr parameter. Please note that in f.fl.qf the fl is just used as an example alias name. f.fl.qf is alias of four fields as defined below for fl1,fl2,fl3 and fl4. This is as per edismax specification. fl1 fl2 fl3 fl4 Please le

Re: edismax - Regex query.

2016-06-29 Thread Erik Hatcher
“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 wrote: > > Hi, > > I have a qf defined as follows: > > *fl1 fl2 fl3 fl4* > These are

Re: edismax - Regex query.

2016-06-29 Thread Anil
if I remember it correctly, regex is not supported with Edismax. On 29 June 2016 at 10:11, Modassar Ather wrote: > Hi, > > Any input will be really helpful. > > Regards, > Modassar > > On Tue, Jun 28, 2016 at 9:30 AM, Modassar Ather > wrote: > > > Kindly provide your inputs. > > > > Thanks, >

Re: edismax - Regex query.

2016-06-28 Thread Modassar Ather
Hi, Any input will be really helpful. Regards, Modassar On Tue, Jun 28, 2016 at 9:30 AM, Modassar Ather wrote: > Kindly provide your inputs. > > Thanks, > Modassar > > On Mon, Jun 27, 2016 at 4:11 PM, Modassar Ather > wrote: > >> Hi, >> >> I have a qf defined as follows: >> >> *fl1 fl2 fl3 fl

Re: edismax - Regex query.

2016-06-27 Thread Modassar Ather
Kindly provide your inputs. Thanks, Modassar On Mon, Jun 27, 2016 at 4:11 PM, Modassar Ather wrote: > Hi, > > I have a qf defined as follows: > > *fl1 fl2 fl3 fl4* > These are all text fields. > > When I query *fl:/netw.{0,4}/ *I see the parsed query contains all the > possible analyzed tokens

edismax - Regex query.

2016-06-27 Thread Modassar Ather
Hi, I have a qf defined as follows: *fl1 fl2 fl3 fl4* 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 m