MeiliSearch/milli/src/search/facet
Tamo 3b309f654a
Fasten the document deletion
When a document deletion occurs, instead of deleting the document we mark it as deleted
in the new “soft deleted” bitmap. It is then removed from the search, and all the other
endpoints.
2022-07-05 15:30:33 +02:00
..
facet_distribution.rs Add the max_values_by_facet setting to the database 2022-06-08 17:54:56 +02:00
facet_number.rs Introduce the FacetStringIter iterator 2021-07-21 16:59:38 +02:00
facet_string.rs fix(facet): string fields sorting 2021-09-03 11:58:26 +03:00
filter.rs Fasten the document deletion 2022-07-05 15:30:33 +02:00
grammar.pest Revert "Replacing pest with nom " 2021-10-25 11:58:00 +02:00
mod.rs Add the max_values_by_facet setting to the database 2022-06-08 17:54:56 +02:00