lance-format/lance

Support StringView type in FTS indices

開放

#8,245 建立於 2026年8月4日

 (1 則留言) (0 個反應) (0 位負責人)Rust (695 個分叉)github user discovery
A-indexgood first issue

倉庫指標

星標
 (6,582 顆星)
PR 合併指標
 (平均合併 6天 1小時) (30 天內合併 219 個 PR)

描述

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

貢獻者指南