1597159815991600160116021603
* 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); }
1549155015511552155315541555
* @throws RepositoryException * if an error occurs while reading from the workspace. */ Document createDocument(NodeData node) throws RepositoryException { return createDocument(new NodeDataIndexing(node)); }
2621262226232624262526262627
new PersistedPropertyData(identifier, qpath, tempNode.cid, prop.version, prop.type, prop.multi, valueData); childProps.put(propName, pdata); } return new NodeDataIndexing(nodeData, childProps); }
2655265626572658265926602661
2792279327942795279627972798
new SimplePersistedSize(size)); childProps.put(propName, pdata); } return new NodeDataIndexing(nodeData, childProps); }