std.TransformIndexData

This job exports the full-text index data according to its parameters. It is usually called from axacwexp.dll.

1. Input Parameters

Name Type Required Description

dwObjectType

INT

Yes

Object type

sAction

STRING

Yes

DeleteIndex = full-text index data is deleted
NewIndex = new full-text index data is inserted
UpdateIndex = like NewIndex, but additionally the <UPDATE> field is inserted

bIgnoreFieldSpecific

BOOL

Yes

0 = full-text properties are considered for each field
1 = full-text properties are ignored for each field

[dwObjectID]

INT

No

ID of the object. If 0 or not present, all objects with dwObjectType are considered.

[bWriteFiles]

BOOL

No

0 = only index data (without document files) is exported (default)
1 = document files are exported with full-text

[iAction]

INT

No

Action to be performed (see action IDs in std.IndexDataChanged)

2. Return Value

(INT): 0 = Job successful, otherwise error code.