fix: error during deserialization of "INVERTED" index type

This commit is contained in:
Ryan Green
2024-10-25 14:51:08 -02:30
parent bbe5da8ece
commit dfe7851ea7

View File

@@ -133,7 +133,6 @@ 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"),
}
}
}