Re: How to Request several docs ?

2012-07-06 Thread Bruno Mannina
Le 06/07/2012 19:37, Bruno Mannina a écrit : Le 06/07/2012 19:26, Erick Erickson a écrit : It should. So, add &debugQuery=on and examine the results. Also, we should see the field definition and results of the above. You might have your default operator set to AND rather than OR (adding the deb

Re: How to Request several docs ?

2012-07-06 Thread Bruno Mannina
Le 06/07/2012 19:26, Erick Erickson a écrit : It should. So, add &debugQuery=on and examine the results. Also, we should see the field definition and results of the above. You might have your default operator set to AND rather than OR (adding the debug param should make this plain).. ok I not ye

Re: How to Request several docs ?

2012-07-06 Thread Erick Erickson
It should. So, add &debugQuery=on and examine the results. Also, we should see the field definition and results of the above. You might have your default operator set to AND rather than OR (adding the debug param should make this plain).. If your pn is a "string" type, then it will be case sensiti

Re: How to Request several docs ?

2012-07-06 Thread Bruno Mannina
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:%28EP100A1%20FR2963608A1%29&version=2.2&start=0&rows=10&indent=on no error but no result ! Le 06/07/2

Re: How to Request several docs ?

2012-07-06 Thread geetha anjali
Hi Bruno, Check this http://localhost:8983/solr/select?q=uniqueKey:(pin1 pin2) On Fri, Jul 6, 2012 at 7:13 PM, Bruno Mannina 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 fiel

Re: How to Request several docs ?

2012-07-06 Thread Paul Libbrecht
Le 6 juil. 2012 à 15:43, Bruno Mannina a écrit : > 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 . I've always done this so. paul

How to Request several docs ?

2012-07-06 Thread Bruno Mannina
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