Lucene can search segments in parallel. In Solr, you can break it to
multiple shards/cores and "distributeSearch" even on single Solr instance
(even without SolrCloud).

On Fri, Mar 17, 2017 at 9: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
>



-- 
Sincerely yours
Mikhail Khludnev

Reply via email to