4.2.4 PF/Tijah Functions
The PF/Tijah project has added flexible structured XML ranking (i.e. keyword search with
XPath predicates) to MonetDB/XQuery.
You can find detailed documentation on the
PF/Tijah website.
tijah:ft-index-info
| () as element*
| tijah:ft-index-info
| (string) as element*
| tijah:create-ft-index
| () as docmgmt
| tijah:create-ft-index
| (string*) as docmgmt
| tijah:create-ft-index
| (node) as docmgmt
| tijah:create-ft-index
| (string*,node) as docmgmt
| tijah:extend-ft-index
| (string*) as docmgmt
| tijah:extend-ft-index
| (string*,node) as docmgmt
| tijah:delete-ft-index
| () as docmgmt
| tijah:delete-ft-index
| (node) as docmgmt
| tijah:queryall-id
| (string) as integer
| tijah:queryall-id
| (string, node) as integer
| tijah:query-id
| (node*, string) as integer
| tijah:query-id
| (node*, string, node) as integer
| tijah:queryall
| (string) as node*
| tijah:queryall
| (string, node) as node*
| tijah:query
| (node*, string) as node*
| tijah:query
| (node*, string, node) as node*
| tijah:nodes
| (integer) as node*
| tijah:score
| (integer, node) as double
| tijah:tokenize
| (string?) as string
| tijah:resultsize
| (integer) as integer
|
|