RE: Solr limit in words search - take 2

2021-11-17 Thread Scott
m: Michael Gibney Sent: Wednesday, November 17, 2021 1:15 PM To: users@solr.apache.org Subject: Re: Solr limit in words search - take 2 Right, sorry I forgot to mention the absence of FlattenGraphFilter. Tbh I'm not 100% clear on what cases it helps out with; but at the end of the day it ha

Re: Solr limit in words search - take 2

2021-11-17 Thread Michael Gibney
> Sent: Wednesday, November 17, 2021 12:07 PM > To: users@solr.apache.org > Subject: Re: Solr limit in words search - take 2 > > This is not the most thorough answer, but hopefully gets you headed in the > right direction: > > Very strange things can happen when your index-tim

RE: Solr limit in words search - take 2

2021-11-17 Thread Scott
: Re: Solr limit in words search - take 2 This is not the most thorough answer, but hopefully gets you headed in the right direction: Very strange things can happen when your index-time analysis chain generates "graph" token-streams (as yours does). A couple of things you could try

RE: Solr limit in words search - take 2

2021-11-17 Thread Scott
Thanks Michael, let me look at those links. I forgot to mention initially but I'm running version 8.6.2 Cloud/ZooKeeper -Original Message- From: Michael Gibney Sent: Wednesday, November 17, 2021 12:07 PM To: users@solr.apache.org Subject: Re: Solr limit in words search - take 2

Re: Solr limit in words search - take 2

2021-11-17 Thread Michael Gibney
This is not the most thorough answer, but hopefully gets you headed in the right direction: Very strange things can happen when your index-time analysis chain generates "graph" token-streams (as yours does). A couple of things you could try: 1. experiment with setting `enableGraphQueries=false` on