Changes

Jump to navigation Jump to search
1,547 bytes added ,  01:08, 30 January 2011
|<code>'a' contains text 'a' using stemming using stemming</code>
|}
 
==Full-Text Errors (FTDY, FTST)==
 
{| class="wikitable" width="100%"
! width="5%"|Code
! width="50%"|Description
! width="45%"|Examples
|- valign="top" scope="row"
|<code>BASX0000</code>
| A function, or feature, has not been implemented yet in BaseX.
|<code>function-name(())</code>
|- valign="top" scope="row"
|<code>BASX0001</code>
| The specified index type is unknown, or not available.
|<code>db:info("unknown")</code>
|- valign="top" scope="row"
|<code>BASX0002</code>
| Context item must reference a database node.
|<code><xml/>/db:text("word")</code>
|- valign="top" scope="row"
|<code>BASX0003</code>
| The specified database was not found.
|<code>db:open('unknown')</code>
|- valign="top" scope="row"
|<code>BASX0004</code>
| The database node referenced by a function is not available.
|<code>db:open-pre('database', -1)</code>
|- valign="top" scope="row"
|<code>BASX0005</code>
| The current user has no [[User Management|permissions]] to execute an expression.
|<code>file:delete('file.txt')</code>: ''admin'' rights needed.
|- valign="top" scope="row"
|<code>BASX0006</code>
| The query was timed out. The [[Options#General options|<code>TIMEOUT</code> option]] can be modified in the client/server architecture.
|
|- valign="top" scope="row"
|<code>BASX0007</code>
| Nodes were expected as query result. This error is raised by the BaseX Java function <code>QueryProcessor.queryNodes()</code>.
|
|- valign="top" scope="row"
|<code>BASX0008</code>
| A database contains more than one document.
| <code>doc('collection')</code>
|}
 
Still to be finished…
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu