ok, thanks a lot for your advice.
i'll try that.
2015-12-17 10:05 GMT+01:00 Binoy Dalal :
> For this case of inversion in particular a slop of 1 won't cause any issues
> since such a reverse match will require the slop to be 2
>
> On Thu, 17 Dec 2015, 14:20 elisabeth benoit
> wrote:
>
> > Inv
For this case of inversion in particular a slop of 1 won't cause any issues
since such a reverse match will require the slop to be 2
On Thu, 17 Dec 2015, 14:20 elisabeth benoit
wrote:
> Inversion (paris charonne or charonne paris) cannot be scored the same.
>
> 2015-12-16 11:08 GMT+01:00 Binoy D
Inversion (paris charonne or charonne paris) cannot be scored the same.
2015-12-16 11:08 GMT+01:00 Binoy Dalal :
> What is your exact use case?
>
> On Wed, 16 Dec 2015, 13:40 elisabeth benoit
> wrote:
>
> > Thanks for your answer.
> >
> > Actually, using a slop of 1 is something I can't do (beca
What is your exact use case?
On Wed, 16 Dec 2015, 13:40 elisabeth benoit
wrote:
> Thanks for your answer.
>
> Actually, using a slop of 1 is something I can't do (because of other
> specifications)
>
> I guess I'll index differently.
>
> Best regards,
> Elisabeth
>
> 2015-12-14 16:24 GMT+01:00 B
Thanks for your answer.
Actually, using a slop of 1 is something I can't do (because of other
specifications)
I guess I'll index differently.
Best regards,
Elisabeth
2015-12-14 16:24 GMT+01:00 Binoy Dalal :
> Moreover, the stopword de will work on your queries and not on your
> documents, mean
Moreover, the stopword de will work on your queries and not on your
documents, meaning if you query 'Gare de Saint Lazare', the terms actually
searched for will be Gare Saint and Lazare, 'de' will be filtered out.
On Mon, Dec 14, 2015 at 8:49 PM Binoy Dalal wrote:
> This isn't a bug. During pf3
This isn't a bug. During pf3 matching, since your query has only three
tokens, the entire query will be treated as a single phrase, and with slop
= 0, any word that comes in the middle of your query - 'de' in this case
will cause the phrase to not be matched. If you want to get around this,
try se