A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/system
A module for retrieving information about eXist and the system.

system:ft-index-lookup($nodes as node()*, $string-filter as xs:string?) node()*
Internal function doing old full-text index lookup filtering. Intended to support the query optimizer by allowing restrictive filtering early on.
$nodesThe nodes
$string-filterThe string-filter

Returns the nodes matching the string-filter
Return to list of all modules