Hello,
I am trying to use the Ensure Oak Index tool to create a new index. I created the new index from the index suggested by Oak Index Definition Generator. In the generated index, one of the JCR Nodes is named dam:Asset
Following the instructions for Ensure Oak Index, I am trying to deploy the index as code as a part of my build pipeline. Whenever I build the project, the node in my index is renamed from dam:Asset to dam0:Asset Can anyone tell me why? How can I deploy my index code via pipeline if I am not allowed to use that node name. The index does not work if the node is not named dam:Asset. On the right is the source .content.xml for my index. And on the left is what is being changed after during the package install. The built package is correct.

Thank you