mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Replace hardcoded string with constants
This commit is contained in:
2
crates/milli/src/constants.rs
Normal file
2
crates/milli/src/constants.rs
Normal file
@ -0,0 +1,2 @@
|
||||
pub const RESERVED_VECTORS_FIELD_NAME: &str = "_vectors";
|
||||
pub const RESERVED_GEO_FIELD_NAME: &str = "_geo";
|
Reference in New Issue
Block a user