Skip to main content
Skip to main content

IndexSettings

IndexSettings: Object

Properties

indexSettingsRecord<string, unknown>Required
Settings specific to the provider. E.g. searchableAttributes.
primaryKeystring
Primary 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) => any
Document transformer. Used to transform documents before they are added to the index.
Was this section helpful?