ExtendIndexing
- 1 Minute to read
- Print
- DarkLight
- PDF
ExtendIndexing
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Builds accelerator files on the specified field.
Key | Value(s) | Description |
---|---|---|
method | "ExtendIndexing" | |
project | "CurrentProject" | |
field | "Table.FieldName" | |
fields[] | [ "table1.fieldname1", "table2fieldname2", "..." ] | |
type | "PrimaryKey" | PrimaryKey - builds accelerator files necessary for:
|
{
"method": "ExtendIndexing",
"field": "Table.Field",
"type": "PrimaryKey",
"project": "VSJoin"
}
{
"method": "ExtendIndexing",
"project": "Demo",
"fields": [
"DATA.dj_Key_1,
"DATA.dj_Key_2"
],
"type": "PrimaryKey",
"description": "build accelerator files on join keys"
}
Was this article helpful?