meilisearch.index.documents
Documents in specific indexDimensions:None
Interface Metrics (2)
Technical Annotations (45)
Configuration Parameters (4)
searchableAttributesrecommended: minimal set of fields requiring full-text searchfilterableAttributesrecommended: fields requiring exact match onlydistinct-attributerecommended: original document ID fieldclient_request_timeoutrecommended: Duration::ZERO (disable) or >5sError Signatures (11)
MDB_TXN_FULL: Transaction has too many dirty pages - transaction too bigerror codeinternalerror codepanicked at milli/src/search/facet/facet_distribution.rs:215:22: called `Option::unwrap()` on a `None` valueexception500http statusI/O error (os error 5)error codeInput/output error (os error 5). This error generally happens when you have no space left on device or when your database doesn't have read or write right.log patternio_errorerror codemissing_document_iderror codeDocument does not have a :primaryKey attributelog pattern408http statusExpected response code 200, got 408log patternCLI Commands (3)
curl -H "Authorization: Bearer ${MEILISEARCH_API_KEY}" -H "Content-Type: application/json" "${MEILISEARCH_HOST}/indexes/${INDEX_NAME}/documents/delete" -d "{\"filter\": \"timestamp < $(date --date=\"00:00 today\" -u \"+%s000\")\"}"
diagnosticdf data.msdiagnosticcurl -X PUT 'MEILISEARCH_URL/indexes/INDEX_NAME/settings/distinct-attribute' -H 'Content-Type: application/json' --data-binary '"story_id"'remediationTechnical References (27)
tmpfsconcept/tmpfile pathstateful podsconceptLMDBcomponentfacet databasecomponentdocumentDeletioncomponentmilli/src/search/facet/facet_distribution.rsfile path/multi-searchcomponentFSTconceptprefix databasecomponentdata.msfile pathdocumentAdditionOrUpdatecomponentbatch insertconceptHNSWconceptbinary quantizationconceptSSD NVMecomponentseparatorconcepthard separatorconceptproximityconcept#3866componentArroycomponentdistinct attributeconcepttaskUidcomponentprimaryKeyconcept/statscomponentactix-webcomponentactix worker threadscomponentRelated Insights (15)
Docker volume and tmpfs misconfiguration prevents large-scale indexingwarning
▸
Index corruption when bulk deletion fails with MDB_TXN_FULL transaction limitcritical
▸
Multi-search endpoint panics after index corruption with facet distribution errorcritical
▸
I/O error (os error 5) when index exceeds ~800GB due to LMDB value size limitcritical
▸
Large batch document inserts fail at scalewarning
▸
Vector index indexing slows significantly with tens of millions of documentswarning
▸
Separator configuration changes in v1.3.0 increase word proximity calculationsinfo
▸
Indexation time degrades with database sizewarning
▸
High percentage of searches return no resultswarning
▸
Incremental indexing enables sub-minute updates on million-scale vector databasesinfo
▸
Insufficient RAM for dataset size causes memory exhaustioncritical
▸
Large documents reduce search result relevancywarning
▸
Document indexing failure prevents search resultscritical
▸
Sustained high CPU usage with large document countswarning
▸
HTTP 408 errors with large indexes under concurrent loadwarning
▸