new GenerateIDTriplesUsingStringSearch2(defaultGraphs, dataFormat, indices);
// write out index info
final OutputStream out = new BufferedOutputStream(new FileOutputStream(writeindexinfo));
indices.constructCompletely();
OutHelper.writeLuposInt(lupos.datastructures.paged_dbbptree.DBBPTree.getCurrentFileID(), out);
((lupos.datastructures.paged_dbbptree.DBBPTree) ((StringIntegerMapJava) LazyLiteral.getHm()).getOriginalMap()).writeLuposObject(out);
((StringArray) LazyLiteral.getV()).writeLuposStringArray(out);