- I only have the create .xq, If I need to add code to update, I don't
know where/how to connect it, which brings me back to my question, how do I connect my query so it will update my indices. That's where the missing link is.
It’s not sufficient to connect your query, as it (as far as I can see) recreates the full index. Instead you’ll need to write additional code that updates the relevant parts of your custom index structure.
Hope this helps Christian