Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2020-07-21 Thread Hronom
Is there any jira task for solr to work on the issue related to usage of multiple GraphFilter factories in one analysis chain? -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-03-14 Thread Jay Potharaju
Thanks for the response Rick!. I checked 6.6.2 and it has the same issue. The only work around that I have now is comment out the SynonymGraphFilterFactory as we are not using synonyms as of now. But would like to know how to address this issue once we start using it down the line. Thanks J

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-03-14 Thread Rick Leir
Jay Did you try using text_en_splitting copied out of another release? Though if someone went to the trouble of removing it from the example, there could be something broken in it. Cheers -- Rick -- Sorry for being brief. Alternate email is rickleir at yahoo dot com

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-03-13 Thread Jay Potharaju
.org/ > >> jira/browse/LUCENE-3475> for ShingleFilter; this issue has gotten some > >> attention recently, and hopefully it will inspire fixes elsewhere. > >> > >> Patches welcome! > >> > >> -- > >> Steve > >> www.lucidworks.com > >> >

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-07 Thread Steve Rowe
ther filters also have this issue, see e.g. <https://issues.apache.org/ >> jira/browse/LUCENE-3475> for ShingleFilter; this issue has gotten some >> attention recently, and hopefully it will inspire fixes elsewhere. >> >> Patches welcome! >> >> -- >> Steve &

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-06 Thread Webster Homer
t; jira/browse/LUCENE-3475> for ShingleFilter; this issue has gotten some > attention recently, and hopefully it will inspire fixes elsewhere. > > Patches welcome! > > -- > Steve > www.lucidworks.com > > > > On Feb 5, 2018, at 11:19 AM, Shawn Heisey <apa...@elyograg.org&g

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-06 Thread Steve Rowe
Hi, > On Feb 5, 2018, at 10:31 PM, Александр Шестак > wrote: > > Now I have another strange issue. > If I have configured synonyms in next way > b=>b,boron > 2=>ii,2 > Then for query "my_field:b2" parsedQuery looks so "my_field:b2 > Synonym(my_field:2

Re[2]: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-05 Thread Александр Шестак
e has gotten some attention recently, and hopefully it will inspire fixes >elsewhere. > >Patches welcome! > >-- >Steve > www.lucidworks.com > > >> On Feb 5, 2018, at 11:19 AM, Shawn Heisey < apa...@elyograg.org > wrote: >> >> On 2/5/2018 3:55 AM, Ал

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-05 Thread AlexandrShestak
Hi, thank you for your explanation. I have one more question related to this topic. I have changed my schema in next way (replaced SynonymGraphFilterFactory with SynonymFilterFactory): Now I have

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-05 Thread Shawn Heisey
On 2/5/2018 9:27 AM, Steve Rowe wrote: > I believe Shawn is wrong. Not happy to be wrong, but glad for your assist and making sure that the right information is provided. Sounds like it's just not possible to use multiple graph-aware filters together. Thanks, Shawn

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-05 Thread Steve Rowe
018, at 11:19 AM, Shawn Heisey <apa...@elyograg.org> wrote: > > On 2/5/2018 3:55 AM, Александр Шестак wrote: >> >> Hi, I have misunderstanding about usage of SynonymGraphFilterFactory >> and WordDelimiterGraphFilterFactory. Can they be used together? >>

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-05 Thread Shawn Heisey
On 2/5/2018 3:55 AM, Александр Шестак wrote: > > Hi, I have misunderstanding about usage of SynonymGraphFilterFactory > and  WordDelimiterGraphFilterFactory. Can they be used together? > There should be no problem with using them together.  But it is always possible that

SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-05 Thread AlexandrShestak
Hi, I have misunderstanding about usage of SynonymGraphFilterFactory and WordDelimiterGraphFilterFactory. Can they be used together? I have solr type configured in next way So on query time it uses SynonymGraphFilterFactory after

SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-05 Thread Александр Шестак
Hi, I have misunderstanding about usage of SynonymGraphFilterFactory and  WordDelimiterGraphFilterFactory. Can they be used together? I have solr type configured in next way             So on query time it uses SynonymGraphFilterFactory after