Meilisearch JS
Docs
GitHub
Preparing search index...
IndexField
Type Alias IndexField
Represents a single field in the index with its capabilities and configuration.
type
IndexField
=
{
displayed
?:
IndexFieldToggle
;
distinct
?:
IndexFieldToggle
;
filterable
?:
IndexFieldFilterable
;
localized
?:
IndexFieldLocalized
;
name
:
string
;
rankingRule
?:
IndexFieldRankingRule
;
searchable
?:
IndexFieldToggle
;
sortable
?:
IndexFieldToggle
;
}
Index
Properties
displayed?
distinct?
filterable?
localized?
name
ranking
Rule?
searchable?
sortable?
Properties
Optional
displayed
displayed
?:
IndexFieldToggle
Optional
distinct
distinct
?:
IndexFieldToggle
Optional
filterable
filterable
?:
IndexFieldFilterable
Optional
localized
localized
?:
IndexFieldLocalized
name
name
:
string
Optional
ranking
Rule
rankingRule
?:
IndexFieldRankingRule
Optional
searchable
searchable
?:
IndexFieldToggle
Optional
sortable
sortable
?:
IndexFieldToggle
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
displayed
distinct
filterable
localized
name
ranking
Rule
searchable
sortable
Docs
GitHub
Meilisearch JS
Loading...
Represents a single field in the index with its capabilities and configuration.