protected NexusIndexMultiReader getMergedIndexReader( final Collection<IndexingContext> indexingContexts,
final boolean ignoreContext )
throws IOException
{
final List<IndexingContext> contexts = getParticipatingContexts( indexingContexts, ignoreContext );
return new NexusIndexMultiReader( contexts );
}