Preparing search index...
The search index is not available
Graviola CRUD
Graviola CRUD
meilisearch-sparql-store/src
hitToJsonLd
Function hitToJsonLd
hitToJsonLd
(
hit
:
TextIndexHit
,
routing
:
TypeRouting
,
options
:
{
decodeId
?:
(
id
:
string
)
=>
string
;
typeIri
:
string
}
,
)
:
JsonLdEntity
Turn a text-index hit into a JSON-LD stub document with
@id
and
@type
.
Parameters
hit
:
TextIndexHit
routing
:
TypeRouting
options
:
{
decodeId
?:
(
id
:
string
)
=>
string
;
typeIri
:
string
}
Returns
JsonLdEntity
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Graviola CRUD
Loading...
Turn a text-index hit into a JSON-LD stub document with
@idand@type.