prorm API Reference
← Documentation
GitLab
Preparing search index...
index
MilvusCreateIndexOptions
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
Properties
field
Name
index
Type
metric
Type?
index
Name?
params?
Properties
field
Name
fieldName
:
string
index
Type
indexType
:
string
Optional
metric
Type
metricType
?:
string
Optional
index
Name
indexName
?:
string
Optional
params
params
?:
Record
<
string
,
string
|
number
|
boolean
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
field
Name
index
Type
metric
Type
index
Name
params
← Documentation
GitLab
prorm API Reference
Loading...
A
CREATE INDEX-equivalent request forcreateIndex().