Hi,
My docs are patents. Patents have family members and I would like to get
docs by PN (field Patent Number (uniquekey)).
My request will be
?q=pn:EP100A1&mlt=true.
with this method I will get all equivalents (family members of EP100A1)
If set automaticaly mlt.count to MAX is no
Hi Bruno
I'm not sure if that makes sense for a query which does not have a boolean
element to it. What is your use-case
On 7 July 2012 18:36, Bruno Mannina wrote:
> Dear Solr users,
>
> I have a field name "fid" defined as:
> required="true" termVectors="true"/>
>
> This "fid" can have a va
Dear Solr users,
I have a field name "fid" defined as:
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