Dear Solr users,

I have a field name "fid" defined as:
<field name="fid" type="string" indexed="true" stored="true" required="true" termVectors="true"/>

This "fid" can have a value like:
a0001
b57855
3254
etc...
(length <20 digits)

I would like to get *all* docs that result returns. Actually by default mlt.count is set to 5 but I don't want to
set it to 200 in my url to be sure to get all results in the same xml.

Is there a way to set mlt.count to get always *all* mlt documents ?

I read http://wiki.apache.org/solr/MoreLikeThis without find a solution



Sincerely,
Bruno
Solr 3.6
Ubuntu

Reply via email to