Re: MoreLikeThis - How to pass in external text?

2010-01-22 Thread ldung
-- >> Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch >> >> >> >> - Original Message >>> From: ldung >>> To: solr-user@lucene.apache.org >>> Sent: Fri, January 22, 2010 12:08:26 AM >>> Subject: Re: MoreLikeThis

Re: MoreLikeThis - How to pass in external text?

2010-01-21 Thread ldung
pass it in as a regular > multi-word query. > > Otis > -- > Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch > > > > - Original Message >> From: ldung >> To: solr-user@lucene.apache.org >> Sent: Thu, January 21, 2010 8:08:4

MoreLikeThis - How to pass in external text?

2010-01-21 Thread ldung
How can I have the MoreLikeThis query process a piece of text that is passed into the query. Currently I can only get it MoreLikeThis to work only for pieces of text that are already indexed by Solr. For example here is a query that works for using MoreLikeThis for document with id:134847893. h

Large Query Strings and performance

2010-01-19 Thread ldung
I am using Solr 1.4 with large query strings with 20+ terms and faceting on a single multi-valued field in a 1 million record system. I am using Solr to categorize text, that why the query strings are big. The performance get's worse the more search terms are used. Is there any way I can improv