On Thu, Aug 27, 2015 at 11:59 AM, Tomás Fernández Löbbe <tomasflo...@gmail.com> wrote: > I don't think there is a way to do this now. Maybe we should separate the > logic of creating the SolrIndexSearcher to a factory.
That should probably be extended down to where lucene creates searchers as well (delete-by-query). Right now there's this hacky DeleteByQueryWrapper to handle wrapping with UnInvertingReader. -Yonik