* if an error occurs while indexing the <code>node</code>.
*/
protected Document createDocument(NodeData node, NamespaceMappings nsMappings, IndexFormatVersion indexFormatVersion)
throws RepositoryException
{
return createDocument(new NodeDataIndexing(node), nsMappings, indexFormatVersion);
}