lance-format/lance

Support StringView type in FTS indices

Aberta

#8.245 aberto em 4 de ago. de 2026

 (1 comentário) (0 reação) (0 responsável)Rust (695 forks)github user discovery
A-indexgood first issue

Métricas do repositório

Stars
 (6.582 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 1h) (219 fundiu PRs em 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

Guia do colaborador