lance-format/lance

Support StringView type in FTS indices

Open

#8,245 opened on Aug 4, 2026

 (1 comment) (0 reactions) (0 assignees)Rust (695 forks)github user discovery
A-indexgood first issue

Repository metrics

Stars
 (6,582 stars)
PR merge metrics
 (Avg merge 6d 1h) (219 merged PRs in 30d)

Description

We already have code that it generic over Utf8 and LargeUtf8, so it should mostly be a matter to findings the places where we match on those and add cases for StringView.

Examples:

https://github.com/lance-format/lance/blob/11eeb29161a2ac2763ff8cc6aa1fde8eb4592291/rust/lance-arrow/src/lib.rs#L470-L476

https://github.com/lance-format/lance/blob/11eeb29161a2ac2763ff8cc6aa1fde8eb4592291/rust/lance-index/src/scalar/inverted/index.rs#L7966

Contributor guide