We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NewNode
node.Start()
when calling node.NewNode, it creates indexing services and starts them (using createAndStartIndexerService)
node.NewNode
createAndStartIndexerService
This func probably needs to be split between NewNode for creation and node.Start() to start the services