Skip to content

[1.19] Document language-neutral BM25 text processing#2445

Open
abdonpijpelink wants to merge 7 commits into
version-1.19from
bm25-lang-neutral-processing
Open

[1.19] Document language-neutral BM25 text processing#2445
abdonpijpelink wants to merge 7 commits into
version-1.19from
bm25-lang-neutral-processing

Conversation

@abdonpijpelink

@abdonpijpelink abdonpijpelink commented Jun 24, 2026

Copy link
Copy Markdown
Member

Preview

Replaces the deprecated BM25 language: "none" workaround with the new explicit API: stemmer: {"type": "none"} to disable stemming and stopwords: {} (empty stopwords set) to disable stopword removal.

Also added some language to the text payload indexing docs to make it explicit that, contrary to BM25, it already defaults to no stemming or stopwords by default, to avoid confusion.

@abdonpijpelink abdonpijpelink requested a review from dancixx June 24, 2026 07:59
@netlify

netlify Bot commented Jun 24, 2026

Copy link
Copy Markdown

Deploy Preview for condescending-goldwasser-91acf0 ready!

Name Link
🔨 Latest commit 4c1b8b8
🔍 Latest deploy log https://app.netlify.com/projects/condescending-goldwasser-91acf0/deploys/6a44e88c07c06300085ac8bc
😎 Deploy Preview https://deploy-preview-2445--condescending-goldwasser-91acf0.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@abdonpijpelink abdonpijpelink added the qdrant:v1.19.0 To be released in Qdrant version 1.19.0 label Jun 24, 2026
abdonpijpelink and others added 7 commits July 1, 2026 12:06
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaces the deprecated `language: "none"` workaround with the new explicit
API: `stemmer: {"type": "none"}` to disable stemming and `stopwords: {}`
(empty StopwordsSet) to disable stopword removal.

Updates the language-neutral snippet for all seven client languages and
refreshes the Stemming and Stopwords + Language-neutral sections in
text-search.md with a deprecation callout for the old approach.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…or payload indexes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@abdonpijpelink abdonpijpelink force-pushed the bm25-lang-neutral-processing branch from 7a11511 to 4c1b8b8 Compare July 1, 2026 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

qdrant:v1.19.0 To be released in Qdrant version 1.19.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants