Re: x most similar documents

2012-06-10 Thread Jack Krupansky
Krupansky Sent: Sunday, June 10, 2012 1:25 PM To: solr-user@lucene.apache.org Subject: Re: x most similar documents Yes, it sounds like MLT is the way to go, but sometimes you have to get creative in figuring out how to set the numerous parameters. And sometimes you have to use the MLT request hand

Re: x most similar documents

2012-06-10 Thread Jack Krupansky
original query. -- Jack Krupansky -Original Message- From: Benjamin Murauer Sent: Sunday, June 10, 2012 7:32 AM To: solr-user@lucene.apache.org Subject: x most similar documents Hi there, i have a solr server running containing tweets. my schema.xml contains following fields: my

x most similar documents

2012-06-10 Thread Benjamin Murauer
Hi there, i have a solr server running containing tweets. my schema.xml contains following fields: my problem is actually quite simple; somewhere in my GUI the user types text and i want to retrieve tweets that are most similar to it. Therefore, i tried the "morelikethis" functionality. M