fix: error during deserialization of "INVERTED" index type

This commit is contained in:
Ryan Green
2024-10-25 14:49:30 -02:30
parent c6141ee4b4
commit 61c4c661f6

View File

@@ -119,6 +119,7 @@ pub enum IndexType {
#[serde(alias = "LABEL_LIST")]
LabelList,
// FTS
#[serde(alias = "INVERTED")]
FTS,
}