IndexReaderDecorator<R> indexReaderDecorator, Analyzer analyzer,
Similarity similarity, int batchSize, long batchDelay,
boolean rtIndexing, ZoieVersionFactory<V> zoieVersionFactory)
{
this(dirMgr, interpreter, indexReaderDecorator,
new DefaultDocIDMapperFactory(), analyzer, similarity, batchSize,
batchDelay, rtIndexing, zoieVersionFactory);
// this(dirMgr, interpreter, indexReaderDecorator, analyzer, similarity,
// batchSize, batchDelay, rtIndexing);
}