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
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
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
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,
> >
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'
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
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+