Not safe? In what way?

It might be nice to have a specialized SolrJ API for this particular kind of request, so the API can do the merge. Maybe do it as a class so that you could have a method that gets invoked as documents trickle back from the various requests, again so that it is not a massive, blocking request.

-- Jack Krupansky

-----Original Message----- From: Bruno Mannina
Sent: Sunday, August 10, 2014 6:04 PM
To: solr-user@lucene.apache.org
Subject: Re: How can I request a big list of values ?

Hi Anshum,

I can do it with 3.6 release no ?

my main problem, it's that I have around 2000 values, so I can't use one
request with these values, it's too wide. :'(

I will take a look to generate (like Jack proposes me) several requests,
but even in this case it seems to be not safe...

Le 10/08/2014 19:45, Anshum Gupta a écrit :
Hi Bruno,

If you would have been on a more recent release,
https://issues.apache.org/jira/browse/SOLR-6318 would have come in
handy perhaps.
You might want to look at patching your version with this though (as a
work around).

On Sat, Aug 9, 2014 at 4:18 PM, Bruno Mannina <bmann...@free.fr> wrote:
Hi All,

I'm using actually SOLR 3.6 and I have around 91 000 000 docs inside.

All work fine, it's great :)

But now, I would like to request a list of values in the same field (more
than 2000 values)

I know I can use |?q=x:(AAA BBB CCC ...) (my default operator is OR)

but I have a list of 2000 values ! I think it's not the good idea to use
this method.

Can someone help me to find the good solution ?
Can I use a json structure by using a POST method ?

Thanks a lot,
Bruno
|


---
Ce courrier électronique ne contient aucun virus ou logiciel malveillant
parce que la protection avast! Antivirus est active.
http://www.avast.com




---
Ce courrier électronique ne contient aucun virus ou logiciel malveillant parce que la protection avast! Antivirus est active. http://www.avast.com

Reply via email to