getLiveDocs
Returns a single Bits instance for this reader, merging live Documents on the fly. This method will return null if the reader has no deletions.
NOTE: this is a very slow way to access live docs. For example, each Bits access will require a binary search. It's better to get the sub-readers and iterate through them yourself.