mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 06:39:57 +00:00
fix: error during deserialization of "INVERTED" index type
This commit is contained in:
@@ -121,6 +121,7 @@ pub enum IndexType {
|
||||
// FTS
|
||||
#[serde(alias = "INVERTED")]
|
||||
FTS,
|
||||
INVERTED,
|
||||
}
|
||||
|
||||
impl std::fmt::Display for IndexType {
|
||||
|
||||
Reference in New Issue
Block a user