Re: mlt content stream help

2011-09-26 Thread Chris Hostetter
Dan: The disconnect here seems to be that these examples urls on the MoreLikeThisHandler wiki page assume a "/mlt" request handler exists, but no handler by that name has ever actually existed in the solr example configs. (the wiki page doesn't explicitly state that those URLs will work with

Re: mlt content stream help

2011-09-26 Thread dan whelan
OK. This is exactly what i did. With a fresh download of solr 3.2 unpack and go to example directory start solr: java -jar start.jar the go to exampledocs and run: ./post.sh *xml Then go here: http://localhost:8983/solr/mlt?stream.body=electronics%20memory&mlt.fl=manu,cat&mlt.interestingTerm

Re: mlt content stream help

2011-09-26 Thread Erick Erickson
Please don't say "it's just like the example". If it was, then it would most likely be working. If you don't take the time to show us what you've tried, and the results you get back, then there's not much we can do to help. Best Erick On Mon, Sep 26, 2011 at 7:18 AM, dan whelan wrote: > On 9/24

Re: mlt content stream help

2011-09-26 Thread dan whelan
On 9/24/11 12:17 PM, Erick Erickson wrote: What version of Solr? I am using solr 3.2 When you copied the default, did you set up default values for MLT? This is what I need help with. "How should the request handler / solrconfig be setup?" Showing us the request you used The request is

Re: mlt content stream help

2011-09-24 Thread Erick Erickson
What version of Solr? When you copied the default, did you set up default values for MLT? Showing us the request you used and the relevant portions of your solrconifg file would help a lot, you might want to review: http://wiki.apache.org/solr/UsingMailingLists Best Erick On Thu, Sep 22, 2011 a

mlt content stream help

2011-09-22 Thread dan whelan
I would like to use MLT and the content stream feature in solr like on this page: http://wiki.apache.org/solr/MoreLikeThisHandler How should the request handler / solrconfig be setup? I enabled streaming and I set a requestHandler up by copying the default request handler and I changed the na