The following table lists functions in this documentation.
Functions
Function |
Description |
---|---|
An external file parser should call this function once at startup to register itself with the dtSearch Engine. | |
Validate that a dtSearch Engine application is correctly deployed. CheckConfiguration checks for missing components such as the ICU library, CMAP files, alphabet file, stemming rules, etc. Use CheckConfigurationFlags to specify the items to check. | |
Convert a file to HTML, RTF, or text, optionally highlighting hits | |
Convert paths to local, virtual, or UNC (Windows only) | |
Enable debug logging | |
Delete an index | |
Execute an index job | |
Execute a search job: The search job to execute | |
Get the status of the ICU library | |
Get information about an index | |
Retrieve current option settings | |
Get information about an index | |
Install diagnostic handler for unhandled exceptions | |
Retrieve current option settings | |
Delete an integer array represented by a dtsStringHandle | |
Generates a stream of XML containing synonym information for the specified word. | |
Get the contents of an integer array represented by a dtsStringHandle | |
Get the length of an array represented by a dtsIntArrayHandle | |
List words, fields, or documents in an index | |
Get partial contents of an integer array represented by a dtsStringHandle | |
Merge indexes | |
Remove diagnostic handler for unhandled exceptions (see dtsCrashHandlerInfo) | |
Change option settings | |
Free the memory allocated for a string that was returned as a dtsStringHandle | |
Restore a previously-installed diagnostic handler that was overwritten by another component (such as a call to LoadLibrary that loads another DLL in the process) | |
Get the length of a string represented by a dtsStringHandle | |
Get the text of a string represented by a dtsStringHandle | |
Change option settings | |
Verify indexes | |
Get the dtSearch Engine version. See dtssVersionEx for more detailed information. | |
Convert UTF-8 to Unicode (deprecated: use dtssUtf8Decode2) | |
Get the dtSearch Engine version | |
Convert UTF-8 to Unicode (UTF-16) | |
Convert Unicode to UTF-8 (deprecated: use dtssUtf8Encode2) | |
Convert Unicode to UTF-8 |
Group