Search
Welcome to M-Files Empower – our new support experience. We'd love to hear what you think!Give feedback

Last updated on 27 June 2025

Admin
M-Files Aino

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.

Still need help?

On this page