Skip to content

docs: document FM-Index scalar index for substring search#269

Merged
jackye1995 merged 1 commit into
mainfrom
mintlify/ebefb476
Jun 10, 2026
Merged

docs: document FM-Index scalar index for substring search#269
jackye1995 merged 1 commit into
mainfrom
mintlify/ebefb476

Conversation

@mintlify

@mintlify mintlify Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents the new FM scalar index that accelerates contains(col, 'needle') substring queries over string and binary columns.

Changes

  • Added FM to the scalar index list and the "Choosing the Right Index Type" table in docs/indexing/scalar-index.mdx.
  • Added an "FM-Index for substring search" section with guidance on when to use it vs. FTS, and create_index examples in Python, TypeScript, and Rust.

Context

Triggered by lancedb/lancedb#3532, which added the FM-Index across the Rust core and the Python (lancedb.index.Fm) and TypeScript (Index.fm()) bindings.

@mintlify

mintlify Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
lancedb-bcbb4faf 🟢 Ready View Preview Jun 10, 2026, 7:34 PM

@jackye1995 jackye1995 merged commit 7fcfe28 into main Jun 10, 2026
2 checks passed
@jackye1995 jackye1995 deleted the mintlify/ebefb476 branch June 10, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant