On 2/8/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
You could fix this specific case with either configuring protected words on the stemmer, or by using the synonym filter and mapping one of the alternatives to something that won't be stemmed (but the former is probably a better option). More generally, some have noted that Lucene (and hence Solr) would benefit from the option of a "weaker" stemmer.
Any opinions on commenting out the stemmer in the default text field? It might be less confusing to have a more intuitive example, while easily showing the way to the more advanced analysis. -Mike