SearchTypes
Interfaces
Type Aliases
IndexSettings
IndexSettings: Object
Type declaration
indexSettings
Record<string, unknown>RequiredSettings specific to the provider. E.g.
searchableAttributes
.primaryKey
stringPrimary key for the index. Used to enforce unique documents in an index. See more in Meilisearch' https://docs.meilisearch.com/learn/core_concepts/primary_key.html.
transformer
(document: any) => anyDocument transformer. Used to transform documents before they are added to the index.
Was this section helpful?