Re: Solr's MLT query call doesn't work

2009-07-09 Thread SergeyG
Done. Unfortunately with the same result. :confused: Thanks, Jun. Isn't it really strange? Again, I'm not the first person using Solr. I wonder if the matter might be just local, due to some not so obvious reason manifesting itself only on my machine (what is, of course, very unlikely but still

Re: Solr's MLT query call doesn't work

2009-07-09 Thread Jun Ohtani
What about http://localhost:8080/solr/select?q=id:10&mlt=true&mlt.fl=content_mlt&mlt.maxqt=5&mlt.interestingTerms=details&fl=title+author+score&mlt.mindf=1 ? Jun Ohtani SergeyG wrote: > > Hi, > > Recently, while implementing the MoreLikeThis search, I've run into the > situation when Solr's

Re: Solr's MLT query call doesn't work

2009-07-08 Thread SergeyG
Many thanks to everybody who replied to my message. 1. "A couple of things, your mlt.fl value, must be part of fl. In this case, content_mlt is not included in fl. I think the fl parameter value need to be comma separated. try fl=title,author,content_mlt,score" Yao, Although I don't understan

Re: Solr's MLT query call doesn't work

2009-07-08 Thread Bill Au
m/ -- Lucene - Solr - Nutch > > > > - Original Message > > From: SergeyG > > To: solr-user@lucene.apache.org > > Sent: Wednesday, July 8, 2009 9:44:20 AM > > Subject: Solr's MLT query call doesn't work > > > > > > Hi, > >

Re: Solr's MLT query call doesn't work

2009-07-08 Thread Otis Gospodnetic
m: SergeyG > To: solr-user@lucene.apache.org > Sent: Wednesday, July 8, 2009 9:44:20 AM > Subject: Solr's MLT query call doesn't work > > > Hi, > > Recently, while implementing the MoreLikeThis search, I've run into the > situation when Solr'

Re: Solr's MLT query call doesn't work

2009-07-08 Thread Yao Ge
A couple of things, your mlt.fl value, must be part of fl. In this case, content_mlt is not included in fl. I think the fl parameter value need to be comma separated. try fl=title,author,content_mlt,score -Yao SergeyG wrote: > > Hi, > > Recently, while implementing the MoreLikeThis search, I'v

Solr's MLT query call doesn't work

2009-07-08 Thread SergeyG
Hi, Recently, while implementing the MoreLikeThis search, I've run into the situation when Solr's mlt query calls don't work. More specifically, the following query: http://localhost:8080/solr/select?q=id:10&mlt=true&mlt.fl=content_mlt&mlt.maxqt= 5&mlt.interestingTerms=details&fl=title+author+