Find answers from the community

Updated last year

Hi Guys, wanted some help

At a glance

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.

Useful resources
Hi Guys, wanted some help

I wanted to update some text in a node

and make sure that the metadata of the doc and nodes are aligned -- is there any specific way to do it?
W
y
4 comments
hi @WhiteFang_Jr thank you for the reply but the above document is more about document management

there's not much about nodes management
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
Add a reply
Sign up and join the conversation on Discord