*/
protected Document createDocument(NodeData node, NamespaceMappings nsMappings,
IndexFormatVersion indexFormatVersion, boolean loadAllProperties)
throws RepositoryException
{
return createDocument(new NodeDataIndexing(node), nsMappings, indexFormatVersion, loadAllProperties);
}