
The search extension functions complement the Search Built-in functions.
| Function name | Description |
|---|---|
| cts:estimate | Returns the number of fragments selected by a search. |
| xdmp:diacritic-less | Returns the specified string, converting all of the characters with diacritics to characters without diacritics. |
| xdmp:estimate | Returns the number of fragments selected by an expression. |
| xdmp:exists | Returns true if any fragment is selected by an expression, false if no fragments are selected. |
| xdmp:plan | Returns an XML element recording information about how the given expression will be processed by the index. |
| xdmp:plannable | Returns a boolean showing whether the given expression is suitable to use with xdmp:plan. |
| xdmp:request-timestamp | Returns the system timestamp for this request if the request is a query statement. |