Hi all
I am learning to use morelikethis handler, which seems very straightforward
but I got some problems when testing and I wonder if you could help me.

In my schema I have

<field name="page_content" type="text" indexed="true" stored="false"
required="false" multiValued="false" termVectors="true"/> 

With this schema when I use the query parameter
mlt.fl=page_content

The returned XML results in the "moreLiksThis" section shows similarity
scores of "0" for all documents. However it is not the case for fields that
define "stored=true". Does it mean I must set "stored=true" for MLT to work?

Also, does "multivalued" has an effect on the result?


Thanks!

-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/morelikethis-stored-true-is-necessary-tp1405665p1405665.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to