Sorry to be so slow in responding - this project is one I can only attend to once a week or so. Anyway, I got the X-Machine command to work; the reason I was using curly brackets is that that was what was indicated in the documentation, and though they’re not meant to be literals, I took them as such.
The result is, it looks like, that the index is working on the first level, but not on nested/recursive elements, i.e. in
<document>
<section>...</section>
...
</document>
“section” elements are indexed, but nested sections are not:
<document>
<section>
<section>...</section>
...
</section>
...
</document>
In the latter case, only the outer section elements are indexed. So my question finally boils down to how do I specify such a recursive index?
As far as my “all the way up” comment, I was just trying to indicate that all the elements to the root had been indexed so that query paths wouldn’t include non-indexed elements.
Thanks again for your help with this, and any further suggestions.
#Tamino#webMethods#API-Management