Skip to content

Commit

Permalink
Merge pull request #2491 from meilisearch/Remove-Maximum-number-of-do…
Browse files Browse the repository at this point in the history
…cument-fields-limitation

update known limitations
  • Loading branch information
maryamsulemani97 authored Jul 12, 2023
2 parents ef643d3 + b5c24e1 commit a6ec645
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions learn/inner_workings/known_limitations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ This guide covers hard limits that cannot be altered. Meilisearch also has some

**Explanation:** Queries with many search terms can lead to long response times. This goes against our goal of providing a fast search-as-you-type experience.

## Maximum number of document fields

**Limitation:** Documents have a soft maximum of 1000 fields.

**Explanation:** There is no limit on how many fields a document can have. However, documents with more than 1000 fields may cause the [ranking rules](/learn/core_concepts/relevancy#ranking-rules) to stop working, leading to undefined behavior.

## Maximum number of words per attribute

**Limitation:** Meilisearch can index a maximum of 65535 positions per attribute. Any words exceeding the 65535 position limit will be silently ignored.
Expand Down

0 comments on commit a6ec645

Please sign in to comment.