docs: Add Elasticsearch full-text search engine documentation#1677
Merged
Conversation
Document the new dataset-level `full_text_search` block that allows Elasticsearch to be used as the BM25 FTS engine, including connection parameters, ingestion tuning controls, YAML anchor reuse, and combining with the Elasticsearch vector engine. Also adds the new ingestion tuning parameters to the Elasticsearch vector engine page.
🔍 Pull with Spice FailedPassing checks:
Failed checks:
Please address these issues and update your pull request. |
|
🚀 deployed to https://61218576.spiceai-org-website.pages.dev |
lukekim
approved these changes
May 7, 2026
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
full_text_searchblock reference to the Spicepod datasets pageSource PRs
Changes
website/docs/features/search/full-text.md— Added engine comparison table, Elasticsearch FTS configuration section with connection and ingestion tuning parameters, YAML anchor reuse pattern, and guidance on combining with the Elasticsearch vector enginewebsite/docs/components/vectors/elasticsearch.md— Added 7 new ingestion tuning parameters to the parameters tablewebsite/docs/reference/spicepod/datasets.md— Added dataset-levelfull_text_search,full_text_search.enabled,full_text_search.engine, andfull_text_search.paramsreference sectionsTest plan