Meilisearch JS / index / Settings
Type Alias: Settings
Settings =
object
Defined in: src/types/types.ts:719
Properties
dictionary?
optionaldictionary?:Dictionary
Defined in: src/types/types.ts:733
displayedAttributes?
optionaldisplayedAttributes?:DisplayedAttributes
Defined in: src/types/types.ts:724
distinctAttribute?
optionaldistinctAttribute?:DistinctAttribute
Defined in: src/types/types.ts:721
embedders?
optionalembedders?:Embedders
Defined in: src/types/types.ts:735
faceting?
optionalfaceting?:Faceting
Defined in: src/types/types.ts:729
facetSearch?
optionalfacetSearch?: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?
optionalfilterableAttributes?:FilterableAttributes
Defined in: src/types/types.ts:720
foreignKeys?
optionalforeignKeys?:ForeignKeys
Defined in: src/types/types.ts:738
localizedAttributes?
optionallocalizedAttributes?:LocalizedAttributes
Defined in: src/types/types.ts:737
nonSeparatorTokens?
optionalnonSeparatorTokens?:NonSeparatorTokens
Defined in: src/types/types.ts:732
pagination?
optionalpagination?:PaginationSettings
Defined in: src/types/types.ts:730
prefixSearch?
optionalprefixSearch?:"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?
optionalproximityPrecision?:ProximityPrecision
Defined in: src/types/types.ts:734
rankingRules?
optionalrankingRules?:RankingRules
Defined in: src/types/types.ts:725
searchableAttributes?
optionalsearchableAttributes?:SearchableAttributes
Defined in: src/types/types.ts:723
searchCutoffMs?
optionalsearchCutoffMs?:SearchCutoffMs
Defined in: src/types/types.ts:736
separatorTokens?
optionalseparatorTokens?:SeparatorTokens
Defined in: src/types/types.ts:731
sortableAttributes?
optionalsortableAttributes?:SortableAttributes
Defined in: src/types/types.ts:722
stopWords?
optionalstopWords?:StopWords
Defined in: src/types/types.ts:726
synonyms?
optionalsynonyms?:Synonyms
Defined in: src/types/types.ts:727
typoTolerance?
optionaltypoTolerance?:TypoTolerance
Defined in: src/types/types.ts:728