Hi,
Are you using a correct stopword file for the French language ? It is
very importante in order the the MLT component works fine.
You should also take a look at this document.
http://cephas.net/blog/2008/03/30/how-morelikethis-works-in-lucene/
MLT support in SolrJ is a an old story. May be
Hi :)
I'm using Solr 3.6.1 and i'm trying to use the similarity features of
lucene/solr to compare texts.
The content of my documents is in french so I defined a field like :
indexed="true" stored="true"/>
(it uses the default text_fr fieldType provided with the default
schema.xml file)