The community member is seeking help to update the text in a node and ensure the metadata of the document and nodes are aligned. The first comment suggests following a document to perform CRUD operations on nodes, but the community member notes that the document is more about document management and lacks information on node management. Another community member clarifies that documents are nodes, and when a document is inserted, it gets converted into a node. The community member then expresses the desire to replace a specific node, rather than the entire document, to save some overhead.
Document are Nodes only. If you see the operations they are being performed on the index itself which only stores Nodes. So when you do index.insert(Document): It gets converted into Node and then get inserted
Yes I get this but I want to change selected node to save some overheads - how can I do that -- here i'll have to replace the doc - I just want to replace a particular node