@Test
public void shouldReIndexRepositoryContentStartingAtNonRootNode() {
SearchEngineIndexer indexer = new SearchEngineIndexer(context, engine, connectionFactory);
indexer.index(workspaceName1, path("/Cars"), 10);
indexer.index(workspaceName1, path("/Cars"), 10);
indexer.index(workspaceName1, path("/Cars"), 10);
indexer.close();
}
// ----------------------------------------------------------------------------------------------------------------