You'll probably get better results by trying to get more performance out of your single threaded postfilter. If you can post the code in you collect() method you may get some ideas on how to improve the performance.
Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Mar 17, 2017 at 2:13 PM, Sundeep T <sundeep....@gmail.com> wrote: > Hello, > > Is there a way to execute the post filter in a parallel mode so that > multiple query results can be filtered in parallel? > > Right now, in our code, the post filter is becoming kind of bottleneck as > we had to do some post processing on every returned result, and it runs > serially in a single thread. > > Thanks > Sundeep >