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
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
“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
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,
>
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
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
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