Re: Searching and WordDelimiterGraphFilterFactory

2021-03-10 Thread Shaun Campbell
Thanks I'll check that out. :) Shaun On Tue, 9 Mar 2021 at 22:31, Jörn Franke wrote: > From the Solr ref guide: you forgot the flatten graph filter at the end - > this is needed for any graph filter you use : class="solr.FlattenGraphFilterFactory"/> > > > Am 09.03.2021 um 22:21 schrieb Shaun

Re: Searching and WordDelimiterGraphFilterFactory

2021-03-09 Thread Jörn Franke
From the Solr ref guide: you forgot the flatten graph filter at the end - this is needed for any graph filter you use : > Am 09.03.2021 um 22:21 schrieb Shaun Campbell : > > Hi Susmit > > That didn't seem to work. Don't know if I was doing something wrong. I > ended up writing a regex to spl

Re: Searching and WordDelimiterGraphFilterFactory

2021-03-09 Thread Shaun Campbell
Hi Susmit That didn't seem to work. Don't know if I was doing something wrong. I ended up writing a regex to split the incoming string into strings of numbers and letters and build up the query manually. It's all working now. Thanks Shaun On Tue, 9 Mar 2021 at 16:50, Susmit wrote: > q.op = AND

Re: Searching and WordDelimiterGraphFilterFactory

2021-03-09 Thread Susmit
q.op = AND could be useful. the parts broken down by WDgff joined by ‘AND’ Sent from my iPhone > On Mar 9, 2021, at 3:07 AM, Shaun Campbell wrote: > > Hi > > I'm trying to produce an autosuggestion field for project ids using > ngrams and WordDelimiterGraphFilterFactory to split on word numbe