2009/12/18 Steinar Asbjørnsen <steinar...@gmail.com>
> > What I've done so far is to add both restaurant and restaurering to > protwords.txt. > I've also refeed a single document (with the keyword "restaurering") to > check that it no longer appears in a search result for "restaurant". > Do i have to refeed every document in the index? > Or restart so that solr re-reads the protwords.txt-file (this is on a > different installation(prod) then the one i restarted earlier(dev))? > > Documents already added in the index have already gone through the analysis step and terms such as restaurering would have already been stemmed. Therefore, you'll need to re-index all documents which contained the words you have specified in protwords.txt. -- Regards, Shalin Shekhar Mangar.