prorm API Reference
← Documentation
GitLab
Preparing search index...
index
MilvusSearchHit
Interface MilvusSearchHit
Result row of a
search()
call.
interface
MilvusSearchHit
{
id
:
string
|
number
;
score
:
number
;
[
field
:
string
]:
unknown
;
}
Indexable
[
field
:
string
]:
unknown
Index
Properties
id
score
Properties
id
id
:
string
|
number
score
score
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
score
← Documentation
GitLab
prorm API Reference
Loading...
Result row of a
search()call.