Skip to content

[ES|QL] Take TOP_SNIPPETS out of snapshot#139272

Merged
kderusso merged 10 commits intoelastic:mainfrom
kderusso:kderusso/top-snippets-remove-snapshot
Dec 10, 2025
Merged

[ES|QL] Take TOP_SNIPPETS out of snapshot#139272
kderusso merged 10 commits intoelastic:mainfrom
kderusso:kderusso/top-snippets-remove-snapshot

Conversation

@kderusso
Copy link
Member

@kderusso kderusso commented Dec 9, 2025

Takes TOP_SNIPPETS out of snapshot and releases as tech preview.

@kderusso kderusso requested a review from a team December 9, 2025 20:31
@elasticsearchmachine elasticsearchmachine added the Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch label Dec 9, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search-relevance (Team:Search Relevance)

@elasticsearchmachine
Copy link
Collaborator

Hi @kderusso, I've created a changelog YAML for you.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2025

@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2025

ℹ️ 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 overview

When to use applies_to tags:

✅ At the page level to indicate which products/deployments the content applies to (mandatory)
✅ When features change state (e.g. preview, ga) in a specific version
✅ When availability differs across deployments and environments

What NOT to do:

❌ Don't remove or replace information that applies to an older version
❌ Don't add new information that applies to a specific version without an applies_to tag
❌ Don't forget that applies_to tags can be used at the page, section, and inline level

🤔 Need help?

Copy link
Member

@carlosdelest carlosdelest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

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") },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should add this to the search functions? since it's actually receiving a query string?
the same for the docs

@kderusso kderusso enabled auto-merge (squash) December 10, 2025 21:45
@kderusso kderusso merged commit dba47aa into elastic:main Dec 10, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>enhancement :Search Relevance/ES|QL Search functionality in ES|QL Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch v9.3.0

5 participants