Hi Gheeta,
Sorry but I don't understand, I suppose uniqueKey for me is "pn" field
and (pin1 pin2) are values. but if it's that, it not works.
I do:
http://localhost:8983/solr/select/?q=pn:%28EP1000000A1%20FR2963608A1%29&version=2.2&start=0&rows=10&indent=on
no error but no result !
Le 06/07/2012 18:35, geetha anjali a écrit :
Hi Bruno,
Check this
http://localhost:8983/solr/select?q=uniqueKey:(pin1 pin2)
On Fri, Jul 6, 2012 at 7:13 PM, Bruno Mannina <bmann...@free.fr> wrote:
Dear Solr users,
I would like to request/get several docs indexed by solr with only one
request.
I have a schema.xml where my field PN is the key field (unique key), I
have more than 80M docs in my index.
I have a list of PN that I want to get and I don't want to do one request
by PN and I think it's not clean to do
PN1 or PN2 or PN3 or .....
Is it possible to do a request with PN1, PN2, PN3, etc... PNn
Where "n" can be 20 or 30 by example.
Thanks a lot,
Bruno