Clarify analysis plugin support and custom dictionary limitations#6666
Open
yetanothertw wants to merge 3 commits into
Open
Clarify analysis plugin support and custom dictionary limitations#6666yetanothertw wants to merge 3 commits into
yetanothertw wants to merge 3 commits into
Conversation
Contributor
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
Contributor
Contributor
Vale Linting ResultsSummary: 1 warning found
|
| File | Line | Rule | Message |
|---|---|---|---|
| deploy-manage/deploy/elastic-cloud/upload-custom-plugins-bundles.md | 22 | Elastic.BritishSpellings | Use American English spelling 'among' instead of British English 'amongst'. |
The Vale linter checks documentation changes against the Elastic Docs style guide.
To use Vale locally or report issues, refer to Elastic style guide for Vale.
Member
Author
yetanothertw
commented
May 22, 2026
| | [**Search applications**](/solutions/elasticsearch-solution-project/search-applications.md) | - UI and APIs <br>- Maintenance mode (beta) | - API-only <br>- Maintenance mode (beta) | UI not available in Serverless | | ||
| | **Shard management** | User-configurable | Managed by Elastic | No manual shard allocation in Serverless | | ||
| | [**Synonyms**](/solutions/search/full-text/search-with-synonyms.md) | - Index time synonyms <br>- File-based synonyms <br>- Synonyms API | Synonyms API only (does not support index-time or file-based synonyms) | | | ||
| | [**Synonyms**](/solutions/search/full-text/search-with-synonyms.md) | - Index time synonyms <br>- File-based synonyms <br>- Synonyms API | [Synonyms API]({{es-apis}}group/endpoint-synonyms) only (does not support index-time or file-based synonyms) | | |
Member
Author
There was a problem hiding this comment.
I wonder if we should be linking to the Serverless API docs for the synonym endpoint instead of the Elasticsearch API docs?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Fixes #6449 and adds the following:
On
deploy-manage/deploy/elastic-cloud/differences-from-other-elasticsearch-offerings.md, updates the existingCustom plugins and bundlesrow, but instead of updating the Notes column as suggested in the issue, I've used some of the pattern from theNetwork securityrow ( which includes a parallel itemized lists in both deployment columns with per-item). The Serverless row now clarifies the options that are available and the ones that are not. Also, added info in the Notes column for the synonyms API. Since we already have aSynonymsrow, I've updated that with the link to the Synonyms API. I wonder if we should be linking to the Serverless API docs for the synonym endpoint instead of the Elasticsearch API docs?On
deploy-manage/deploy/elastic-cloud/upload-custom-plugins-bundles.md, I've added a new note to directing Serverless users to the synonym API for synonym management.Also closes #551
Somewhat related to #1075
Generative AI disclosure
Used the Auto agent mode in Cursor to find other pages that describe language-specific text analysis capabilities in Elasticsearch and compare that with the Serverless guidance I've added (to make sure no contradictions exist in the docset).