mirror of
https://github.com/lancedb/lancedb.git
synced 2026-05-21 05:50:41 +00:00
Merge branch 'refs/heads/main' into rpgreen/fix-inverted-deser
# Conflicts: # rust/lancedb/src/index.rs
This commit is contained in:
@@ -133,6 +133,7 @@ impl std::fmt::Display for IndexType {
|
||||
Self::Bitmap => write!(f, "BITMAP"),
|
||||
Self::LabelList => write!(f, "LABEL_LIST"),
|
||||
Self::FTS => write!(f, "FTS"),
|
||||
Self::Inverted => write!(f, "FTS"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user