-
Notifications
You must be signed in to change notification settings - Fork 25.6k
ESQL: Update docs for new types #137726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESQL: Update docs for new types #137726
Conversation
aggregate_metric_double and dense_vector
|
Pinging @elastic/es-analytical-engine (Team:Analytics) |
|
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
|
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
|
Pinging @elastic/core-docs (Team:Docs) |
🔍 Preview links for changed docs |
ℹ️ Important: Docs version tagging👋 Thanks for updating the docs! Just a friendly reminder that our docs are now cumulative. This means all 9.x versions are documented on the same page and published off of the main branch, instead of creating separate pages for each minor version. We use applies_to tags to mark version-specific features and changes. Expand for a quick overviewWhen to use applies_to tags:✅ At the page level to indicate which products/deployments the content applies to (mandatory) What NOT to do:❌ Don't remove or replace information that applies to an older version 🤔 Need help?
|
kkrik-es
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Alex, @limotova fyi.
docs/reference/query-languages/esql/_snippets/lists/type-conversion-functions.md
Outdated
Show resolved
Hide resolved
docs/reference/query-languages/esql/_snippets/lists/type-conversion-functions.md
Outdated
Show resolved
Hide resolved
|
@limotova , I noticed that our generated function docs don't mention the preview status of |
|
@carlosdelest , it looks like our generated function doc for |
Grouped dense_vector and aggregate_metric_double limitations under single bullet with sub-bullets Added subheading "Partial support in 9.2.0" Fixed broken elasticsearch:// cross-repo links to /reference/ format Converted multi-index paragraph to bullet point Wrapped explanation in note block with bulleted examples
|
@kkrik-es this looks shippable to me now, I'll let you merge if you're happy :) |
carlosdelest
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @alex-spies !
limotova
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
* Update docs for new types aggregate_metric_double and dense_vector * Fix typos * Try to fix applies_to markers * Fixes * Mark conversion functions as preview * Use consistent links * Mention TO_DENSE_VECTOR * Refactor 9.2.0 type limitations and fix cross-repo links Grouped dense_vector and aggregate_metric_double limitations under single bullet with sub-bullets Added subheading "Partial support in 9.2.0" Fixed broken elasticsearch:// cross-repo links to /reference/ format Converted multi-index paragraph to bullet point Wrapped explanation in note block with bulleted examples --------- Co-authored-by: Liam Thompson <[email protected]>



aggregate_metric_doubleanddense_vectorare a bit special on 9.2.0, but not anymore on 9.2.1. Let's make that clear and let's add their corresponding type conversion functions (to_...) to our public docs.