@Before
  public void setUp() throws Exception {
    indexer = new Indexer(new File(TEST_RESOURCES_OBJECTS));
    indexer.init();

    indexer.setCreateIndex(true);
    indexer.prepareIndex();
    indexer.getIndexingReport().clear();

    LocationHelper.getLocation("escidoc_persistent22");
  }