Re: Prevent indexing of several phrases

2013-12-21 Thread Andrea Gazzarini
I would do that on client side or in an UpdateRequestProcessor Andrea On 21 Dec 2013 09:06, "Jorge Luis Betancourt González" wrote: > Right now we have a custom use case: Basically we are using a separated > solr core to store/suggest queries made by our users in our frontend app > (writtern y S

Re: Prevent indexing of several phrases

2013-12-21 Thread Jack Krupansky
Wouldn't it be better or at least easier to simply filter out the unacceptable phrases before you send them to Solr for indexing? -- Jack Krupansky -Original Message- From: Jorge Luis BetancourtGonzález Sent: Saturday, December 21, 2013 3:05 AM To: solr-user@lucene.apache.org Subject: