Hi,

I have the following filter for a field named "myText"

<filter class="solr.SnowballPorterFilterFactory" language="English" 
protected="protwords.txt"/>

This enables stemming, I guess.

My questions are:

1) Can I disable stemming for the same field at the query time?
2) Do I need to copyField the "myText" to "nonStemText", wherein "nonStemText" 
is not configured with the PorterFilterFactory.

regards,
Naga

Reply via email to