* @return
* the Document Partitioner
*/
private IDocumentPartitioner createDocumentPartitioner()
{
IDocumentPartitioner partitioner = new FastPartitioner( new LdifPartitionScanner(), new String[]
{ LdifPartitionScanner.LDIF_RECORD } );
return partitioner;
}