Re: Making stemming dynamic at query time

2007-12-20 Thread Otis Gospodnetic
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

RE: Making stemming dynamic at query time

2007-12-20 Thread Steven A Rowe
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

Re: Making stemming dynamic at query time

2007-12-20 Thread Kamran Shadkhast
/Making-stemming-dynamic-at-query-time-tp14405260p14440871.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Making stemming dynamic at query time

2007-12-20 Thread Erick Erickson
://www.nabble.com/Making-stemming-dynamic-at-query-time-tp14405260p14440871.html Sent from the Solr - User mailing list archive at Nabble.com.

Making stemming dynamic at query time

2007-12-18 Thread Kamran Shadkhast
://www.nabble.com/Making-stemming-dynamic-at-query-time-tp14405260p14405260.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Making stemming dynamic at query time

2007-12-18 Thread Bertrand Delacretaz
On Dec 18, 2007 9:41 PM, Kamran Shadkhast [EMAIL PROTECTED] wrote: ...it would be great if we could dynamiclly control this during search if we want to search with stemming or not The easiest is probably to have two copies of your field, using copyField, one stemmed and one not, and search