Skip to content

Commit

Permalink
Fix warning headers
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Jul 18, 2024
1 parent 04fb021 commit f7a54ca
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,15 @@ A large number of inline synonyms increases cluster size unnecessarily and can l

Once your synonyms sets are created, you can start configuring your token filters and analyzers to use them.

=======
[WARNING]
======
=====
Synonyms sets must exist before they can be added to indices.
If an index is created referencing a nonexistent synonyms set, the index will remain in a partially created and inoperable state.
The only way to recover from this scenario is to ensure the synonyms set exists then either delete and re-create the index, or close and re-open the index.
======
=====

[WARNING]
====
=====
Invalid synonym rules can cause errors when applying analyzer changes.
For reloadable analyzers, this prevents reloading and applying changes.
You must correct errors in the synonym rules and reload the analyzer.
Expand All @@ -94,7 +93,7 @@ An index with invalid synonym rules cannot be reopened, making it inoperable whe
* A node containing the index starts
* The index is opened from a closed state
* A node restart occurs (which reopens the node assigned shards)
====
=====

{es} uses synonyms as part of the <<analysis-overview,analysis process>>.
You can use two types of <<analysis-tokenfilters,token filter>> to include synonyms:
Expand Down

0 comments on commit f7a54ca

Please sign in to comment.