Kamran,
I think Bertrand's suggestion is the only possible solution. I can't think
of a way you can not stem at index time and make it an option at search
time. If you look at and understand low-level/basic indexing and term
matching process, I think you'll see why this seems impossible. But maybe
somebody will come up with a clever suggestion. :)
Otis
Hi Otis,
Thanks for your response, I think there is a misunderstanding, my question
is just making stemming as option by passing a value to request handler for
a database already been indexed with stemming.
if you are familiar with fast search engine they provide this feature.
I think making this happen should not be a big deal as we do alot of
filtering and alteration to query during query time, we could do the same
for stemming in the same way.
Thanks again,
-Kamran
--
View this message in context:
http://www.nabble.com/Making-stemming-dynamic-at-query-time-tp14405260p14440871.html
Sent from the Solr - User mailing list archive at Nabble.com.