Parallel API interface into SOLR

2017-06-12 Thread Rohit Jain
our processes would receive them. Any ideas on how this could be done? Rohit Jain

RE: Parallel API interface into SOLR

2017-06-12 Thread Rohit Jain
k On Mon, Jun 12, 2017 at 9:24 AM, Rohit Jain wrote: > Hi folks, > > We have a solution where we would like to connect to SOLR via an API, submit > a query, and then pre-process the results before we return the results to our > users. However, in some cases, it is possible th

RE: Parallel API interface into SOLR

2017-06-12 Thread Rohit Jain
o client1 and client2 are each getting a partition of the result set. Notice that the context.workerID attribute is the difference between the two requests. You can partition a result set as many ways as you want by setting the context.numWorkers attribute. Joel Bernstein http://joelsolr.blo