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 

--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch

----- Original Message ----
From: Kamran Shadkhast <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Wednesday, December 19, 2007 9:46:10 AM
Subject: Re: Making stemming dynamic at query time


The easiest is probably to have two copies of your field, using
<copyField>, one stemmed and one not, and search in one or the other.

-Bertrand

Yes, I knew this, but it costs me too much, in my case having more than
 65M
records and saving most of the fields inside the index for highlighting
purpose does not work. I am looking for making it as option. it is good
 to
have index everything stemmed but at query time make it optional to
 filter
query stemmed or not

Thanks,
-Kamran
-- 
View this message in context:
 
http://www.nabble.com/Making-stemming-dynamic-at-query-time-tp14405260p14418260.html
Sent from the Solr - User mailing list archive at Nabble.com.




Reply via email to