Hi Chris,
<FTIndexAccess data="edil">
This indicates that the full-text index is indeed used here.
I ran the same query on my laptop in the GUI and got this in the Query Info. I couldn't find the "InfoView" so I hope this helps.
Sorry, I was referring to the query info, which you found anyway..
Compiling:
- pre-evaluating fn:collection("edil")
...
I'm missing the info "applying full-text index..." here, probably because you need to rewrite your code from...
collection($col)//entry where $x//text()[. contains text {$term} using wildcards]
...to...
collection($col)//entry where $x//text() contains text {$term} using wildcards
Could you try this and report about the performance? Christian