On Feb 19, 2009, at 8:37 AM, Leonardo Dias wrote:
Erik just said it wouldn't be hard to bring that functionality to
Snowball. Erik, do you know what needs to be done in order to
achieve that? Don't you guys have plans for that? I'm sure that I'm
not the only one with that problem using SOLR with portuguese
language (or any other idiom).
Leonardo - so many development things are not hard... practically
everything is easy... there's just so darn many of them!
For you: <http://issues.apache.org/jira/browse/SOLR-1026>
I'm ready to commit as-is, test case passes, and using analysis.jsp
with "text" modified to have Snowball instead of EnglishPorter:
<filter class="solr.SnowballPorterFilterFactory"
language="English" protected="protwords.txt"/>
it all worked as expected for stemmed and protected words.
Erik