prorm API Reference
← Documentation
GitLab
Preparing search index...
index
SearchHit
Interface SearchHit<T>
A single search hit.
interface
SearchHit
<
T
=
Record
<
string
,
unknown
>
>
{
id
:
string
;
index
:
string
;
score
:
number
|
null
;
source
:
T
|
undefined
;
sort
?:
(
string
|
number
|
null
)
[]
;
}
Type Parameters
T
=
Record
<
string
,
unknown
>
Index
Properties
id
index
score
source
sort?
Properties
id
id
:
string
index
index
:
string
score
score
:
number
|
null
source
source
:
T
|
undefined
Optional
sort
sort
?:
(
string
|
number
|
null
)
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
index
score
source
sort
← Documentation
GitLab
prorm API Reference
Loading...
A single search hit.