On Sun, Jan 8, 2012 at 3:33 PM, Michael Lissner < mliss...@michaeljaylissner.com> wrote:
> 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. > That should do the trick. Folks can search all they want for the forbidden words, but they won't get any results. Of course, your users will figure out other words that give largely the same effect, but I am sure that you know that already.