lucene-solr icon indicating copy to clipboard operation
lucene-solr copied to clipboard

SOLR-13350: Multithreaded search using collector managers

Open chatman opened this issue 5 years ago • 2 comments

This is almost complete. Here, all queries are multi-threaded. TODO: Implement a query time parameter (default: off) to enable multi-threaded searching.

Tests pass.

chatman avatar Mar 03 '20 13:03 chatman

PLanning to update this and revive this effort shortly, hopefully for 8.7.

chatman avatar Aug 08 '20 06:08 chatman

@atris I've brought your changes and updated this PR. There are test failures now, seems like something may have changed in master to have caused these since the time David reviewed it (tests passed fine back then).

chatman avatar Aug 15 '20 02:08 chatman

newer PR here: https://github.com/apache/solr/pull/2248

cpoerschke avatar Feb 07 '24 12:02 cpoerschke