On Thu, Mar 21, 2013 at 6:18 PM, Robert Muir <[email protected]> wrote:
> Its not clear to me that this works when IndexSearcher has an executorService.

It works because the executed callables use the IndexSearcher.search
wich has been modified to deal with CollectionTerminatedException
(they just pass a singleton leaf context instead of all the reader's
leaves).

>  can the test use newSearcher or something?

Good point, I didn't know about this method. I'll improve the test.

--
Adrien

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to