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
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
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