Description
Today you init SearcherManager either with a dir or an IndexWriter,
but since we have a useful FilterDirectoryReader class to wrap the
sub-readers, it's useful for apps to also pass their own wrapped
DirectoryReader and have SearcherManager reopen from that.