Skip to content

Commit fd367a5

Browse files
committed
Restore note about API/UI search time applicability
1 parent 62dc650 commit fd367a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

solutions/search/full-text/search-with-synonyms.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ You need to decide when to apply your synonyms:
207207

208208
* **Index time**: Synonyms are applied when the documents are indexed into {{es}}. This is a less flexible alternative, as changes to your synonyms require [reindexing](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-reindex).
209209
* **Search time**: Synonyms are applied when a search is executed. This is a more flexible approach, which doesn't require reindexing. If token filters are configured with `"updateable": true`, search analyzers can be [reloaded](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-reload-search-analyzers) when you make changes to your synonyms.
210+
:::{note}
211+
Synonyms sets created using the synonyms API or the UI can only be used at search time.
212+
:::
210213

211214
You can specify the analyzer that contains your synonyms set as a [search time analyzer](../../../manage-data/data-store/text-analysis/specify-an-analyzer.md#specify-search-analyzer) or as an [index time analyzer](../../../manage-data/data-store/text-analysis/specify-an-analyzer.md#specify-index-time-analyzer).
212215

0 commit comments

Comments
 (0)