lucene-solr
lucene-solr copied to clipboard
SOLR-13350: Multithreaded search using collector managers
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.
PLanning to update this and revive this effort shortly, hopefully for 8.7.
@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).
newer PR here: https://github.com/apache/solr/pull/2248