[ES|QL] Take TOP_SNIPPETS out of snapshot#139272
Conversation
|
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
|
Hi @kderusso, I've created a changelog YAML for you. |
🔍 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?
|
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
Outdated
Show resolved
Hide resolved
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
Outdated
Show resolved
Hide resolved
…action/EsqlCapabilities.java
| def(UrlDecode.class, UrlDecode::new, "url_decode"), | ||
| def(Chunk.class, bi(Chunk::new), "chunk") }, | ||
| def(Chunk.class, bi(Chunk::new), "chunk"), | ||
| def(TopSnippets.class, tri(TopSnippets::new), "top_snippets") }, |
There was a problem hiding this comment.
we should add this to the search functions? since it's actually receiving a query string?
the same for the docs
Co-authored-by: Carlos Delgado <6339205+carlosdelest@users.noreply.github.com>
Takes
TOP_SNIPPETSout of snapshot and releases as tech preview.