Topic complex |
Table functions |
Function |
fields() |
Short |
Field definition for the full text indexing |
Syntax |
FIELDS(Feld-Definition : STRING):STRING |
Parameter |
field__definition:
"complete" |
"complete:n" (n constant number) |
"fielddef{,fielddef}" with
fielddef=field[:n] (n constant number)
fielddef=$field_number | [$]field identifier |
Return |
undefined |
See also: |
|
Description |
FIELDS is only used in context with the full text indexing. The function is used only as a parameter of SCANRECS, SCANREC and UNSCANREC.
The parameter of FIELDS specifies the fields, on which the full text index is created.
|