The contents of the index can be accessed via [[Index Module#index:texts|index:texts()]].
Since {{Version|7.2.1}}, the The text index also supports range queries based on string comparisons:
<pre class="brush:xquery">
Text nodes can be directly accessed from the index via the XQuery function [[Database Module#db:fulltext|db:fulltext()]]. The [[Full-Text Module]] contains additional functions for retrieving index data.
=Changelog=
;Version 7.2.1
* Added: string-based range queries
[[Category:Internals]]