dd an example to the documentation here:
>
> https://lucene.apache.org/solr/guide/7_6/the-extended-dismax-query-parser.html#using-slop
>
> Elizabeth
>
> On Wed, Jan 23, 2019 at 10:30 PM Yasufumi Mizoguchi <
> yasufumi0...@gmail.com>
> wrote:
>
> > Hi,
> >
you specify the
>> > pf/pf2/pf3 parameters:
>> > pf:fieldA~2 fieldB~5
>> >
>> > I'll try to add an example to the documentation here:
>> >
>> https://lucene.apache.org/solr/guide/7_6/the-extended-dismax-query-parser.html#using-slop
>> >
ach field when you specify the
> > pf/pf2/pf3 parameters:
> > pf:fieldA~2 fieldB~5
> >
> > I'll try to add an example to the documentation here:
> >
> https://lucene.apache.org/solr/guide/7_6/the-extended-dismax-query-parser.html#using-slop
> >
> > Eliz
f/pf2/pf3 parameters:
pf:fieldA~2 fieldB~5
I'll try to add an example to the documentation here:
https://lucene.apache.org/solr/guide/7_6/the-extended-dismax-query-parser.html#using-slop
Elizabeth
On Wed, Jan 23, 2019 at 10:30 PM Yasufumi Mizoguchi
wrote:
Hi,
I am struggling to set per-field sl
10:30 PM Yasufumi Mizoguchi
wrote:
> Hi,
>
> I am struggling to set per-field slop param in eDisMax query parser with
> Solr 6.0 and 7.6.
> What I want to do with eDixMax is similar to following in the default query
> parser.
>
> * Query string : "aaa bbb"
> *
Hi,
I am struggling to set per-field slop param in eDisMax query parser with
Solr 6.0 and 7.6.
What I want to do with eDixMax is similar to following in the default query
parser.
* Query string : "aaa bbb"
* Target fields : fieldA(TextField), fieldB(TextField)
q=fieldA:"aaa b