Re: No results for MoreLikeThis

2015-05-26 Thread Upayavira
If the source document is in your index (i.e. not passed in via stream.body) then the fields used will either need to be stored or have term vectors enabled. The latter is more performant. Upayavira On Tue, May 26, 2015, at 09:24 PM, John Blythe wrote: > Just checked my schema.xml and think that

Re: No results for MoreLikeThis

2015-05-26 Thread John Blythe
Just checked my schema.xml and think that the issue is resulting from the "stored" property being set false on descript2 and true on descript. -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Tue, May 26

Re: No results for MoreLikeThis

2015-05-26 Thread John Blythe
Good call. I'd previously attempted to use one of my fields, however, and it didn't work. I then thought maybe broadening it to list anything could help. I'd tried using the interestingTerms parameter as well. Just for the sake of double checking before replying to your message, though, I changed

Re: No results for MoreLikeThis

2015-05-26 Thread Upayavira
I doubt mlt.fl=* will work. Provide it with specific field names that should be used for the comparison. Upayavira On Tue, May 26, 2015, at 08:17 PM, John Blythe wrote: > hi all, > > running a query like this, but am getting no results from the mlt > handler: > http://localhost:8983/solr/parts/s

No results for MoreLikeThis

2015-05-26 Thread John Blythe
hi all, running a query like this, but am getting no results from the mlt handler: http://localhost:8983/solr/parts/select?q=mfgname2%3A+Acme Corp+descript2%3A+(SCREW+3.5X50MM)&start=0&rows=1&fl=*%2C+score&wt=json&indent=true&mlt=true&mlt.fl=*&mlt.mintf=1&mlt.mindf=1&mlt.minwl=1 been googling aro