This was considered a bug as the need to early-terminate is a per-collector decision. If you want to do something like that again, you could fork MultiCollector and propagate CollectionTerminatedExceptions.
Le mer. 4 juil. 2018 à 05:34, Yonghui Zhao <zhaoyong...@gmail.com> a écrit : > In lucene 4.10, > If one collector throw CollectionTerminatedException, all collectors are > terminated. > > In lucene 7.2.1, CollectionTerminatedException will only terminate current > collector, the others won't be terminated. > > > How to keep old behavior? >