SOLR and stemming -


is there easy way exclude words stemming in solr? have database full of food items , everytime search things "fried shrimp" bring results "boiled shrimp served fries"

for 98% of our search stemming in other instances work fine , want keep stemming in place.

we need omit words stemming process "fries" , "fried" unique , not variations of each other. when search "fries" picks "fries" not "fried catfish" or word fried in it.

thanks!

the solr.keywordmarkerfilterfactory should protect words being stemmed. see this page regarding snowballporterstemmer.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -