Re: Implementing MoreLikeThis in Ruby

2008-07-09 Thread Neeti Raj
Hi Koji Thanks for clarifying my understanding about MoreLikeThis. After your response and reading from Solr Wiki, I am now successfully using MoreLikeThis as follows - - Using StandardRequestHandler. Removed MoreLikeThisHandler in solrconfig.xml. - Modified the query to be - htt

Re: Implementing MoreLikeThis in Ruby

2008-07-07 Thread Koji Sekiguchi
Neeti, Do you know: There are two ways to access MoreLikeThis from solr: from the MoreLikeThisHandler or with the StandardRequestHandler. http://wiki.apache.org/solr/MoreLikeThis You set MoreLikeThisHandler in your solrconfig.xml: > > > channel_name > 1 > > but you were using StandardRe

Implementing MoreLikeThis in Ruby

2008-07-04 Thread Neeti Raj
Hi All Being new to Solr, I am having difficulty trying to figure out how to use *MoreLikeThis *feature from my* ruby project*. I have made the following changes to enable mlt but have been unsuccessful so far- >*Using Solr nightly build dated 1 July 2008* *SolrConfig.xml* ch