xHarbour Reference Documentation > Function Reference |
Opens a Full Text Search index file.
CFTSOpen( <cFileName> , ; <nBufferSize>, ; <nOpenMode> ) --> nFileHandle
Open modes for Full Text Search index files
Value | Description |
---|---|
0 | READ-WRITE + SHARED |
1 | READ-WRITE + EXCLUSIVE |
2 | READ-ONLY + SHARED |
3 | READ-ONLY + EXCLUSIVE4 |
The function returns a numeric value greater or equal to zero when the Full Text Search index file can be opened. This value is a handle to the Full Text Search index file and must be used with other CFTS_*() functions.
A negative return value indicates an error condition.
CFTSOpen() is a synonym for function HS_Open(). Refer to HS_Open() for more information.
See also: | HS_Add(), HS_Close(), HS_Create(), HS_Next(), HS_Set() |
Category: | CFTS functions |
Source: | rdd\hsx\cftsfunc.c |
LIB: | lib\xhb.lib |
DLL: | dll\xhbdll.dll |
http://www.xHarbour.com