Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b5fc7c8
Standardize terminology, fix tense, and fix self-link
leemthompo Aug 13, 2026
bcc4467
Fix heading hierarchy and restructure page opening
leemthompo Aug 13, 2026
5ed44f4
Fix applicability tags
leemthompo Aug 13, 2026
4a5da0a
Fix technical accuracy and unstick stacked admonitions
leemthompo Aug 13, 2026
9e60910
Trim duplicated content and defer to reference pages
leemthompo Aug 13, 2026
db776ed
Rewrite Step 4 example for consistency and completeness
leemthompo Aug 13, 2026
db98938
Add search example and next steps sections
leemthompo Aug 13, 2026
7027816
Add frontmatter meta description for SEO
leemthompo Aug 13, 2026
21d0052
Fix Vale warnings
leemthompo Aug 13, 2026
d944983
Rewrite page opening: title, intro, and structure
leemthompo Aug 13, 2026
60139ef
Use 'equivalent mappings' terminology consistently
leemthompo Aug 13, 2026
2629fb9
Replace redundant tabbed examples with annotated code
leemthompo Aug 13, 2026
02e2ea2
Convert synonym set methods from headings to tab-set
leemthompo Aug 13, 2026
24f1ef2
Trim synonym rule formats to brief primer
leemthompo Aug 13, 2026
fd30651
Trim circuit breaker prose, defer to reference
leemthompo Aug 13, 2026
17713d8
Swap Steps 3/4 so test follows index creation
leemthompo Aug 13, 2026
908cccf
Fix broken anchor after tab-set conversion
leemthompo Aug 13, 2026
8ad243e
Add stop token filter ordering note in Step 2
leemthompo Aug 13, 2026
368cf62
Add applies_to for Kibana UI synonyms tab
leemthompo Aug 13, 2026
ac7502e
Fix Kibana UI applies_to to scope serverless correctly
leemthompo Aug 13, 2026
10d9da4
Improve inline synonyms tab with example and links
leemthompo Aug 13, 2026
65e9e2f
Move synonym set warning to end of Step 1 and trim
leemthompo Aug 13, 2026
aaca240
Rename workflow heading to Synonyms workflow overview
leemthompo Aug 13, 2026
3c4355d
Simplify synonym format reference link
leemthompo Aug 13, 2026
9fede18
Move synonym set warning outside tab-set
leemthompo Aug 13, 2026
b86a277
Remove applies_to from circuit breaker mention
leemthompo Aug 13, 2026
6c537c2
Make search example Step 5 in the workflow
leemthompo Aug 13, 2026
afc5622
Clean up Step 3 and move query references to Step 5
leemthompo Aug 13, 2026
9629531
Polish: rename title, analyzer, tab order, annotations
leemthompo Aug 14, 2026
2822761
Reword intro to frame synonym use cases as deliberate
leemthompo Aug 14, 2026
8c5dff4
Add navigation_title to synonym set API examples page
leemthompo Aug 14, 2026
b6a6eb2
Change invalid rules admonition from warning to important
leemthompo Aug 14, 2026
9ef8e83
Remove anchor links to tab content in inline warning
leemthompo Aug 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion solutions/elasticsearch-solution-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The {{es}} solution provides the following specialized UI tools and features to

### Synonyms UI

The [synonyms UI](/solutions/search/full-text/search-with-synonyms.md#method-1-kib-ui) enables managing synonym sets directly within {{kib}}. This makes it easier to improve search relevance without editing configuration files.
The [synonyms UI](/solutions/search/full-text/search-with-synonyms.md#synonyms-store-synonyms-kibana) enables managing synonym sets directly within {{kib}}. This makes it easier to improve search relevance without editing configuration files.

### Query Rules UI

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
navigation_title: Synonym set API examples
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/8.18/put-synonyms-set.html#put-synonyms-set-example
applies_to:
Expand Down
Loading
Loading