createTestIndexNode(index, LuceneIndexConstants.TYPE_LUCENE);
root.commit();
}
private static NodeAggregator getNodeAggregator() {
return new SimpleNodeAggregator()
.newRuleWithName(NT_FILE, newArrayList("jcr:content"))
.newRuleWithName(NT_TEST_PAGE, newArrayList("jcr:content"))
.newRuleWithName(NT_TEST_PAGECONTENT, newArrayList("*", "*/*", "*/*/*", "*/*/*/*"))
.newRuleWithName(NT_TEST_ASSET, newArrayList("jcr:content"))
.newRuleWithName(