Index Key Configuration

Defines the list of extractors which index selected JSON objects from defined property.

Example

1
2
3
4
5
6
7
8
9
10
{
  "extractions": [
    {
      "objectName": "attachment.size",
      "type": "number"
    }
  ],
  "propertyKey": "attachment"
}

Properties

extractions
Type
Required
Yes
Description

The list with references to values of JSON object which will be indexed and the types of referenced values.


propertyKey
Type
Required
Yes
Description

The key of the property from which the data is indexed.