Docs
GitHub
Preparing search index...
The search index is not available
Meilisearch JS
Meilisearch JS
Task
Class Task
Index
Constructors
constructor
Properties
batch
Uid
canceled
By
details
duration
enqueued
At
error
finished
At
index
Uid
started
At
status
type
uid
Constructors
constructor
new
Task
(
task
:
TaskObject
)
:
Task
Parameters
task
:
TaskObject
Returns
Task
Properties
batch
Uid
batchUid
:
null
|
number
canceled
By
canceledBy
:
number
details
details
:
{
canceledTasks
?:
number
;
deletedDocuments
?:
number
;
deletedTasks
?:
number
;
displayedAttributes
?:
DisplayedAttributes
;
distinctAttribute
?:
DistinctAttribute
;
filterableAttributes
?:
FilterableAttributes
;
indexedDocuments
?:
number
;
matchedTasks
?:
number
;
originalFilter
?:
string
;
primaryKey
?:
string
;
providedIds
?:
number
;
rankingRules
?:
RankingRules
;
receivedDocuments
?:
number
;
searchableAttributes
?:
SearchableAttributes
;
sortableAttributes
?:
SortableAttributes
;
stopWords
?:
StopWords
;
swaps
?:
SwapIndexesParams
;
synonyms
?:
Synonyms
;
}
duration
duration
:
string
enqueued
At
enqueuedAt
:
Date
error
error
:
null
|
MeiliSearchErrorResponse
finished
At
finishedAt
:
Date
index
Uid
indexUid
:
undefined
|
string
started
At
startedAt
:
Date
status
status
:
TaskStatus
type
type
:
TaskTypes
uid
uid
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
batch
Uid
canceled
By
details
duration
enqueued
At
error
finished
At
index
Uid
started
At
status
type
uid
Docs
GitHub
Meilisearch JS
Loading...