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. 
/

Does this mean that if a field is not declared as a termVector, it wont be
recognized by the MLT handler? What specifically does 'stored fields' mean
when you say MoreLikeThis defaults to it if termVectors are not defined?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Understanding-the-MoreLikeThis-Handler-tp4213279p4213281.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to