return new SevenMemoryIndices(uriLiteral);
}
@Override
public lupos.engine.operators.index.Root createRoot() {
MemoryIndexRoot ic=new MemoryIndexRoot();
ic.dataset=MemoryIndexQueryEvaluator.this.dataset;
return ic;
}
}, this.debug != DEBUG.NONE, this.inmemoryexternalontologyinference);
this.dataset.buildCompletelyAllIndices();