mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-11 07:06:30 +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