Skip to content

Meilisearch JS / index / Settings

Type Alias: Settings

Settings = object

Defined in: src/types/types.ts:719

Properties

dictionary?

optional dictionary?: Dictionary

Defined in: src/types/types.ts:733


displayedAttributes?

optional displayedAttributes?: DisplayedAttributes

Defined in: src/types/types.ts:724


distinctAttribute?

optional distinctAttribute?: DistinctAttribute

Defined in: src/types/types.ts:721


embedders?

optional embedders?: Embedders

Defined in: src/types/types.ts:735


faceting?

optional faceting?: Faceting

Defined in: src/types/types.ts:729


facetSearch?

optional facetSearch?: boolean

Defined in: src/types/types.ts:744

Enable facet searching on all the filters of an index (requires Meilisearch 1.12.0 or later)


filterableAttributes?

optional filterableAttributes?: FilterableAttributes

Defined in: src/types/types.ts:720


foreignKeys?

optional foreignKeys?: ForeignKeys

Defined in: src/types/types.ts:738


localizedAttributes?

optional localizedAttributes?: LocalizedAttributes

Defined in: src/types/types.ts:737


nonSeparatorTokens?

optional nonSeparatorTokens?: NonSeparatorTokens

Defined in: src/types/types.ts:732


pagination?

optional pagination?: PaginationSettings

Defined in: src/types/types.ts:730


prefixSearch?

optional prefixSearch?: "indexingTime" | "disabled"

Defined in: src/types/types.ts:749

Enable the ability to search a word by prefix on an index (requires Meilisearch 1.12.0 or later)


proximityPrecision?

optional proximityPrecision?: ProximityPrecision

Defined in: src/types/types.ts:734


rankingRules?

optional rankingRules?: RankingRules

Defined in: src/types/types.ts:725


searchableAttributes?

optional searchableAttributes?: SearchableAttributes

Defined in: src/types/types.ts:723


searchCutoffMs?

optional searchCutoffMs?: SearchCutoffMs

Defined in: src/types/types.ts:736


separatorTokens?

optional separatorTokens?: SeparatorTokens

Defined in: src/types/types.ts:731


sortableAttributes?

optional sortableAttributes?: SortableAttributes

Defined in: src/types/types.ts:722


stopWords?

optional stopWords?: StopWords

Defined in: src/types/types.ts:726


synonyms?

optional synonyms?: Synonyms

Defined in: src/types/types.ts:727


typoTolerance?

optional typoTolerance?: TypoTolerance

Defined in: src/types/types.ts:728