Avoid stemming to get exact word in search results

2008-03-03 Thread secou
Hi, I’m using RSS Bandit feed reader (HYPERLINK "http://www.rssbandit.org"www.rssbandit.org) whose search engine is based on Lucene. I understand the interest of stemming but I sometimes want the exact word and not the stemmed one. For example a search with OFS (a company) gives plen

Re: Avoid stemming to get exact word in search results

2008-03-03 Thread Mathieu Lecarme
There's no syntax to restore stemmed word. Stemming is done while reading the news, so the index never knows the complete word. I submit a patch for that : https://issues.apache.org/jira/browse/LUCENE-1190 Be careful, rssbandit use .net lucene, not the java version. M. secou a écrit : Hi,