@PostConstruct
public void setup() {
SecurityFactory.setAuthzManager( new RuntimeAuthorizationManager() );
final MetaModelStore metaModelStore = new InMemoryMetaModelStore();
final MetaIndexEngine indexEngine = new LuceneIndexEngine( metaModelStore,
luceneSetup,
new SimpleFieldFactory() );
final SearchIndex searchIndex = new LuceneSearchIndex( luceneSetup );