Overview
When creating a semantic index for Aino, the Service Type might be missing from the dropdown menu. This article describes how to create the index in this situation.
Solution
If the Advanced Vault Settings work as it should, you should see Aino as one of the indexing "Service Types" like this:
If the Aino service type is missing, you can add the configuration manually on the Advanced tab as an additional index. Add the following information to the Advanced tab:
{
"name": "AinoIndex",
"serviceType": "AinoSearch",
"enabled": true,
"additionalOptions": {
"limitsForIndexedData": {
"maxFieldLengthKb": 2048,
"maxTotalFileDataLengthKb": 10240
}
}
}
In addition to the configuration above, the Enabled setting must be set explicitly to Yes.
