I have a unique use case where I have words in my corpus that users shouldn't ever be allowed to search for. My theory is that if I add these to the stopwords list, that should do the trick.

I'm using the edismax parser and it seems to be working in my dev environment. Is there any risk to this approach or ways to search for a stopword?

My alternative approach will be to filter them myself at query time, but I'd like to avoid that if stopwords will work.

Thanks,

Mike

Reply via email to