Re: [External] Re: How to ignore certain words based on query specifics

2019-07-11 Thread Shifflett, David [USA]
ut then realized the ignore words should only apply to relevant> (matching) queries.> >> > I don’t want the users to be required to add ‘and not WORD’ many> times to each of the listed queries.> > > > David Shifflett&

Re: [External] Re: How to ignore certain words based on query specifics

2019-07-11 Thread evert.wagenaar
ot; Date: 7/11/19 8:38 PM (GMT+08:00) To: java-user@lucene.apache.org Subject: Re: [External] Re: How to ignore certain words based on query specifics I just tested this with the search.highight.Highlighter class.Is this the 'old default highlighter'?I phrased my question badly.Of c

Re: [External] Re: How to ignore certain words based on query specifics

2019-07-11 Thread Shifflett, David [USA]
lized the ignore words should only apply to relevant > (matching) queries. > > > > I don’t want the users to be required to add ‘and not WORD’ many > times to each of the listed queries. > > > > David Shifflett > >

Re: [External] Re: How to ignore certain words based on query specifics

2019-07-10 Thread Michael Sokolov
> times to each of the listed queries. > > > > David Shifflett > > > > From: Diego Ceccarelli > > > > Could you please describe the use case? maybe there is an easier > solution > > > > > > > &

Re: [External] Re: How to ignore certain words based on query specifics

2019-07-09 Thread Shifflett, David [USA]
ease describe the use case? maybe there is an easier solution > > > > From: "Shifflett, David [USA]" > Date: Tuesday, July 9, 2019 at 8:02 AM > To: "java-user@lucene.apache.org" > Subject: How to ignore certain words based on query

Re: How to ignore certain words based on query specifics

2019-07-09 Thread Michael Sokolov
> David Shifflett > > From: Diego Ceccarelli > > Could you please describe the use case? maybe there is an easier solution > > > > From: "Shifflett, David [USA]" > Date: Tuesday, July 9, 2019 at 8:02 AM > To: "java-user@lucene.apache.org" >

Re: How to ignore certain words based on query specifics

2019-07-09 Thread Shifflett, David [USA]
Ceccarelli Could you please describe the use case? maybe there is an easier solution From: "Shifflett, David [USA]" Date: Tuesday, July 9, 2019 at 8:02 AM To: "java-user@lucene.apache.org" Subject: How to ignore certain words based on query specifics Hi all, I have a configura

How to ignore certain words based on query specifics

2019-07-09 Thread Shifflett, David [USA]
Hi all, I have a configuration file that lists multiple queries, of all different types, and that lists words to be ignored. Each of these lists is user configured, variable in length and content. I know that, in general, unless the ignore word is in the query it won’t match, but I need to be abl