lance-format/lance

Support StringView type in FTS indices

Ouverte

#8 245 ouverte le 4 août 2026

 (1 commentaire) (0 réaction) (0 personne assignée)Rust (695 forks)github user discovery
A-indexgood first issue

Métriques du dépôt

Stars
 (6 582 étoiles)
Métriques de merge PR
 (Merge moyen 6j 1h) (219 PRs mergées en 30 j)

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

Guide contributeur