}
assertThat(shell, is(not(nullValue())));
this.shell = shell;
shell.addListener(this);
changed(new BackendShellEvent(0, 0, get()));
final IDocumentPartitioner partitioner = new FastPartitioner(createScanner(),
LEGAL_CONTENT_TYPES);
partitioner.connect(this);
setDocumentPartitioner(partitioner);
}