EN 776 documents

Engine Help Category: Fulltext

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

5 documents found

@FTDeleteIndex

Function Version 4.50

The full-text index of the DB with the DBHANDLE DBHANDLE1 is (if present) deleted. Return value: Im success TRUE, otherwise @Error.

@FTGetLastIndexTime

Function Version 4.50

Returns the time of the last full-text indexing of the DB with the DBHANDLE DBHANDLE1 as TD. If a DB is not full-text indexed, @ERROR is returned.

@FTGetSize

Function Version 4.50

Returns the size (in bytes) of the full-text index of the DB with the DBHANDLE DBHANDLE1 as FN. If a DB is not full-text indexed, 0 is returned.

@FTIndex

Function Version 4.50

Indexes the DB with the DBHANDLE DBHANDLE1, taking into account the options specified under FN FN2. (At present, only databases located locally on the server can be indexed.) In TEXT OSPATH3, a STOP-WORD-FILE can optiona …

@FtSearch

Function Version 5.00

@FtSearch performs the actual search defined by FTSEARCHHANDLE FTSEARCHHANDLE1. The parameter FN FNLIMIT2 can be used to limit the number of documents found. If 0 is specified here, all documents are found. The parameter …