Skip to content

Commit

Permalink
Add docs note for limits on synonyms (elastic#108967)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed May 24, 2024
1 parent e008b61 commit e29033f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/synonyms/apis/put-synonyms-set.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ beta::[]

Creates or updates a synonyms set.

NOTE: Synonyms sets are limited to a maximum of 10,000 synonym rules per set.
Synonym sets with more than 10,000 synonym rules will provide inconsistent search results.
If you need to manage more synonym rules, you can create multiple synonyms sets.

[[put-synonyms-set-request]]
==== {api-request-title}

Expand Down
4 changes: 4 additions & 0 deletions docs/reference/synonyms/apis/synonyms-apis.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ This provides an alternative to:
Synonyms sets can be used to configure <<analysis-synonym-graph-tokenfilter,synonym graph token filters>> and <<analysis-synonym-tokenfilter,synonym token filters>>.
These filters are applied as part of the <<analysis,analysis>> process by the <<search-analyzer,search analyzer>>.

NOTE: Synonyms sets are limited to a maximum of 10,000 synonym rules per set.
Synonym sets with more than 10,000 synonym rules will provide inconsistent search results.
If you need to manage more synonym rules, you can create multiple synonyms sets.

[discrete]
[[synonyms-sets-apis]]
=== Synonyms sets APIs
Expand Down

0 comments on commit e29033f

Please sign in to comment.