A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/text
A module for text searching extension functions.

text:match-count($source as node()?) xs:integer
Counts the number of fulltext matches within the nodes and subnodes in $source.
$sourceThe node and subnodes to do the fulltext match on

Returns the count
Return to list of all modules