query 1: /div[@id=“5”]/note
with index created on attribute “id”, the processor will use the index
query 2: //div[@id=“5”]/note
with multipath indexed created on attribute “id”, the processor will use the index
query 3: /div[@id=“5”]//note
query 4: //div[@id=“5”]//note
no matter what kind of index created on “id”, no index is used.
how can I create index so that query 3 and 4 can use the index.
#API-Management#Tamino#webMethods