1548154915501551155215531554
* @throws RepositoryException * if an error occurs while reading from the workspace. */ Document createDocument(NodeData node) throws RepositoryException { return createDocument(new NodeDataIndexing(node)); }
1691169216931694169516961697
* 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); }
2616261726182619262026212622
new PersistedPropertyData(identifier, qpath, tempNode.cid, prop.version, prop.type, prop.multi, valueData); childProps.put(propName, pdata); } return new NodeDataIndexing(nodeData, childProps); }
2617261826192620262126222623
1601160216031604160516061607
2699270027012702270327042705
valueData); childProps.put(propName, pdata); } return new NodeDataIndexing(nodeData, childProps); }
2612261326142615261626172618
1519152015211522152315241525
1436143714381439144014411442