Implements the geo-sort ranking rule

This commit is contained in:
Loïc Lecrenier
2023-04-13 13:45:34 +02:00
parent 93188b3c88
commit 48f5bb1693
7 changed files with 631 additions and 45 deletions

View File

@@ -2,6 +2,7 @@ pub mod attribute_fid;
pub mod attribute_position;
pub mod distinct;
pub mod exactness;
pub mod geo_sort;
#[cfg(feature = "default")]
pub mod language;
pub mod ngram_split_words;