prorm API Reference
    Preparing search index...

    Interface MilvusCreateIndexOptions

    A CREATE INDEX-equivalent request for createIndex().

    interface MilvusCreateIndexOptions {
        fieldName: string;
        indexType: string;
        metricType?: string;
        indexName?: string;
        params?: Record<string, string | number | boolean>;
    }
    Index
    fieldName: string
    indexType: string
    metricType?: string
    indexName?: string
    params?: Record<string, string | number | boolean>