Re: Unstemmed searching

2015-02-27 Thread Jan Høydahl
n be done by copying every field to an unstemmed >> version of that field, but it seems that with the KeywordRepeatFilter >> already in play, that there should be _something_ that can be done to >> disable stemming dynamically at query time without needing to copy all &

RE: Unstemmed searching

2015-02-27 Thread Markus Jelsma
pache.org > Subject: Unstemmed searching > > Several months ago Tom-Burton West asked: > > The Solr wiki says "A repeated question is "how can I have the > original term contribute > more to the score than the stemmed version"? In Solr 4.3, the > Key

Unstemmed searching

2015-02-27 Thread Robert Haschart
reate org.tartarus.snowball.ext.DummyStemmer which does no stemming at all. * Add a checkbox to the interface to allow the user to select "unstemmed" searching * Devise a way for a parameter specified with the query to be passed through to the as the language to use * Use e