Re: Query in quotes cannot find results

2020-07-11 Thread Shawn Heisey
On 6/30/2020 12:07 PM, Permakoff, Vadim wrote: Regarding removing the stopwords, I agree, there are many cases when you don't want to remove the stopwords, but there is one very compelling case when you want them to be removed. Imagine, you have one document with the following text: 1. "to exp

RE: Query in quotes cannot find results

2020-06-30 Thread Permakoff, Vadim
Thank you Walter, I'll look into “mm” (minimum match) parameter. Best Regards, Vadim Permakoff -Original Message- From: Walter Underwood Sent: Tuesday, June 30, 2020 2:31 PM To: solr-user@lucene.apache.org Subject: Re: Query in quotes cannot find results This is exactly why th

Re: Query in quotes cannot find results

2020-06-30 Thread Walter Underwood
m Permakoff > > > -Original Message- > From: Erick Erickson > Sent: Tuesday, June 30, 2020 12:15 PM > To: solr-user@lucene.apache.org > Subject: Re: Query in quotes cannot find results > > Well, the first thing is that you haven’t include FlattenGraphFilterFactory > in t

RE: Query in quotes cannot find results

2020-06-30 Thread Permakoff, Vadim
uot; Best Regards, Vadim Permakoff -Original Message- From: Walter Underwood Sent: Tuesday, June 30, 2020 12:50 PM To: solr-user@lucene.apache.org Subject: Re: Query in quotes cannot find results Removing stopwords is a dumb requirement. “Doctor, it hurts when I shove hedgehogs up my a

RE: Query in quotes cannot find results

2020-06-30 Thread Permakoff, Vadim
ay, June 30, 2020 12:15 PM To: solr-user@lucene.apache.org Subject: Re: Query in quotes cannot find results Well, the first thing is that you haven’t include FlattenGraphFilterFactory in the index analysis chain, see: https://urldefense.proofpoint.com/v2/url?u=https-3A__lucene.apache.org_sol

Re: Query in quotes cannot find results

2020-06-30 Thread Walter Underwood
d. > Any thoughts? > > Best Regards, > Vadim Permakoff > > > -Original Message- > From: Erick Erickson > Sent: Monday, June 29, 2020 10:19 PM > To: solr-user@lucene.apache.org > Subject: Re: Query in quotes cannot find results > > Looks like you’re removi

Re: Query in quotes cannot find results

2020-06-30 Thread Erick Erickson
querying > path, but the exact match result still cannot be found! This is weird. > Any thoughts? > > Best Regards, > Vadim Permakoff > > > -Original Message- > From: Erick Erickson > Sent: Monday, June 29, 2020 10:19 PM > To: solr-user@lucene.apache.o

RE: Query in quotes cannot find results

2020-06-30 Thread Permakoff, Vadim
al Message- From: Erick Erickson Sent: Monday, June 29, 2020 10:19 PM To: solr-user@lucene.apache.org Subject: Re: Query in quotes cannot find results Looks like you’re removing stopwords. Stopwords cause issues like this with the positions being off. It’s becoming more and more common to _N

Re: Query in quotes cannot find results

2020-06-29 Thread Erick Erickson
dex and > the query, the order is also correct, but the word "methods" in moved one > position, I guess that's why the result is not found. > > Best Regards, > Vadim Permakoff > > > > > -Original Message- > From: Shawn Heisey > Sent: Monday, June 29, 20

RE: Query in quotes cannot find results

2020-06-29 Thread Permakoff, Vadim
in moved one position, I guess that's why the result is not found. Best Regards, Vadim Permakoff -----Original Message- From: Shawn Heisey Sent: Monday, June 29, 2020 6:28 PM To: solr-user@lucene.apache.org Subject: Re: Query in quotes cannot find results On 6/29/2020 3:34 PM, Perm

Re: Query in quotes cannot find results

2020-06-29 Thread Shawn Heisey
On 6/29/2020 3:34 PM, Permakoff, Vadim wrote: The basic query q=expand the methods <<< finds the document, the query (in quotes) q="expand the methods" <<< cannot find the document Am I doing something wrong, or is it known bug (I saw similar issues discussed in the past, but not for exact

Query in quotes cannot find results

2020-06-29 Thread Permakoff, Vadim
Hi, This might be known issue, but I cannot find a reference for this specific case - searching for exact query with synonyms and stopwords. I have a simple configuration for catch-all field: The