Changes

Jump to navigation Jump to search
261 bytes added ,  22:13, 17 November 2013
| '''Errors'''
|{{Error|BXDB0002|XQuery Errors#BaseX Errors}} The addressed database does not exist or could not be opened.<br/>{{Error|BXDB0004|Database Module#Errors}} the full-text index is not available.
|-
| '''Examples'''
|Finds the number of occurrences for a single, specific index entry (the positional predicate speeds up retrieval):
<pre class="brush:xquery">
let $term := ft:tokenize($term)
return data((ft:tokens('db', $term)[. = $term])[1]/@count)
</pre>
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu