Skip to content

Commit deb0e0d

Browse files
committed
clarify UI behaviors
1 parent fd367a5 commit deb0e0d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,24 +71,24 @@ The behavior of equivalent synonyms depends on the `expand` parameter in your to
7171
- If `expand=true`: `ipod, i-pod, i pod` expands to `ipod, i-pod, i pod`
7272
- If `expand=false`: `ipod, i-pod, i pod` maps to just `ipod`
7373

74-
### Method 1: Kibana UI
74+
### Method 1: {{kib}} UI
7575

7676
```yaml {applies_to}
7777
serverless:
7878
elasticsearch:
7979
```
8080
81-
You can create and manage synonym sets and synonym rules using the Kibana user interface. This provides a user-friendly way to manage synonyms without using APIs or file uploads.
81+
You can create and manage synonym sets and synonym rules using the {{kib}} user interface. This provides a user-friendly way to manage synonyms without using APIs or file uploads.
8282
8383
To create a synonym set using the UI:
8484
8585
1. Navigate to **Elasticsearch** > **Synonyms** or use the [global search field](docs-content://explore-analyze/query-filter/filtering.md#_finding_your_apps_and_objects)
8686
2. Click **Get started**
8787
3. Enter a name for your synonym set
88-
4. Add your synonym rules in the editor using the formats above:
89-
- Explicit mappings: `i-pod, i pod => ipod`
90-
- Equivalent synonyms: `ipod, i-pod, i pod`
91-
5. Click **Create** to save your synonym set
88+
4. Add your synonym rules in the editor by adding terms to match against:
89+
- Add **Equivalent rules** by addings multiple equivalent terms. For example: `ipod, i-pod, i pod`
90+
- Add **Explicit rules** by addings multiple terms that map to a single term. For example: `i-pod, i pod => ipod`
91+
5. Click **Save** to save your rules.
9292

9393
The UI supports the same synonym rule formats as the file-based approach. Changes made through the UI will automatically reload the associated analyzers.
9494

0 commit comments

Comments
 (0)