Re: stop words as blacklist

2016-03-19 Thread Binoy Dalal
Like Ahmet says, a custom update request processor is the best way to go, and it's pretty simple too. I have a ready to use example here: https://github.com/lttazz99/SolrPluginsExamples On Fri, Mar 18, 2016 at 9:21 PM Ahmet Arslan wrote: > Hi John, > > Do you want to skip that document in the in

Re: stop words as blacklist

2016-03-19 Thread Ahmet Arslan
Hi John, Do you want to skip that document in the indexing process? Or, you want to index that document, but you don't want to retrieve it if it is queried with stop words? There is a KeepWordFilterFactory to detect if a document contains a black-list word. To skip a certain document that mee