Re: How does Solr's MoreLikeThis component internally work to get results?

2011-05-26 Thread pravesh
This will help:

http://cephas.net/blog/2008/03/30/how-morelikethis-works-in-lucene/



--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-does-Solr-s-MoreLikeThis-component-internally-work-to-get-results-tp2938407p2988487.html
Sent from the Solr - User mailing list archive at Nabble.com.


How does Solr's MoreLikeThis component internally work to get results?

2011-05-13 Thread Gnanakumar
Hi,

I'm new to Apache Solr and am currently exploring/trying to make use of
MoreLikeThis as a search component (instead of dedicated request handler).
I'm finding difficult to understand clearly on how this works internally to
get more-like-this results?

For example, I'm trying to search for the word java in one of the document
field named mytextcontentfield:

 
http://localhost/solr/core0/select/?q=mytextcontentfield:javaversion=2.2st
art=0rows=10indent=ondebugQuery=onmlt=truemlt.fl=mytextcontentfield

and I could see moreLikeThis in the XML response with unique keys of the
documents in name attribute.

My questions here is, how does Solr internally work/match to find
more-like-this documents based on the search keyword java? Any explanation
with good example are appreciated.

Regards,
Gnanam



How does Solr's MoreLikeThis component internally work to get results?

2011-05-13 Thread Gnanakumar
Hi,

I'm new to Apache Solr and am currently exploring/trying to make use of
MoreLikeThis as a search component (instead of dedicated request handler).
I'm finding difficult to understand clearly on how this works internally to
get more-like-this results?

For example, I'm trying to search for the word java in one of the document
field named mytextcontentfield:

 
http://localhost/solr/core0/select/?q=mytextcontentfield:javaversion=2.2st
art=0rows=10indent=ondebugQuery=onmlt=truemlt.fl=mytextcontentfield

and I could see moreLikeThis in the XML response with unique keys of the
documents in name attribute.

My questions here is, how does Solr internally work/match to find
more-like-this documents based on the search keyword java? Any explanation
with good example are appreciated.

Regards,
Gnanam