Make the flattened sorter optional

This commit is contained in:
Clément Renault 2024-05-21 16:16:36 +02:00
parent 943f8dba0c
commit 500ddc76b5
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
3 changed files with 49 additions and 31 deletions

View file

@ -1099,6 +1099,7 @@ impl InnerIndexSettingsDiff {
}
pub fn reindex_searchable(&self) -> bool {
// TODO no longer useful after Tamo's PR
self.old
.fields_ids_map
.iter()