Re: Stemming numbers

2012-01-12 Thread Chris Hostetter
: We've had some issues with people searching for a document with the : search term '200 movies'. The document is actually title 'two hundred : movies'. : : Do we need to add every number to our synonyms dictionary to : accomplish this? Is it best done at index or search time? if all you care a

Re: Stemming numbers

2012-01-10 Thread Otis Gospodnetic
s".  Think about Google's query spelling suggestions. Otis Performance Monitoring SaaS for Solr - http://sematext.com/spm/solr-performance-monitoring/index.html - Original Message - > From: Tanner Postert > To: "solr-user@lucene.apache.org" > Cc: > Sent: Tues

Re: Stemming numbers

2012-01-10 Thread Ted Dunning
I was afraid you would say that. See http://fora.tv/2009/10/14/ACM_Data_Mining_SIG_Ted_Dunning#fullprogram, click on the Recommendations section to skip to the good part. The point is that cross recommendation can let you learn what sorts of rewrites of this kind are needed. The idea is that you

Re: Stemming numbers

2012-01-10 Thread Tanner Postert
You mention "that is one way to do it" is there another i'm not seeing? On Jan 10, 2012, at 4:34 PM, Ted Dunning wrote: > On Tue, Jan 10, 2012 at 5:32 PM, Tanner Postert > wrote: > >> We've had some issues with people searching for a document with the >> search term '200 movies'. The document i

Re: Stemming numbers

2012-01-10 Thread Ted Dunning
On Tue, Jan 10, 2012 at 5:32 PM, Tanner Postert wrote: > We've had some issues with people searching for a document with the > search term '200 movies'. The document is actually title 'two hundred > movies'. > > Do we need to add every number to our synonyms dictionary to > accomplish this? Tha