You are welcome ;)
2015-06-23 9:27 GMT+01:00 Sreekant Sreedharan :
> This has been resolved. The issue was indeed the mlt.mintf value.
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Understanding-the-MoreLikeThis-Handler-tp4213279p4213399.html
> Sent from the Solr
This has been resolved. The issue was indeed the mlt.mintf value.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Understanding-the-MoreLikeThis-Handler-tp4213279p4213399.html
Sent from the Solr - User mailing list archive at Nabble.com.
I seem to be missing something.
I copied the configuration for the request handler in my solr config. It now
looks like this
true
title^2.0 description^1.5 content^0.5
title,description,content
1
1
However, my query still results in no relevant r
The syntax seems find to me.
One of the requirement for the MLT is to have the field(s) to use for the
processing to be stored ( if termVector is enabled better) .
Apparently from your snippets this is not your problem. Can you confirm you
have the field you are interested stored ( it seems so fro
Also, in the documentation it says:
/MoreLikeThis constructs a lucene query based on terms within a document.
For best results, use stored TermVectors in the schema.xml for fields you
will use for similarity.
If termVectors are not stored, MoreLikeThis will generate terms from stored
fields.
/