mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-06-19 09:16:45 +00:00
* Refactoring of the score tweaker into `SortKeyComputer`s to unlock two features. - Allow lazy evaluation of score. As soon as we identified that a doc won't reach the topK threshold, we can stop the evaluation. - Allow for a different segment level score, segment level score and their conversion. This PR breaks public API, but fixing code is straightforward. * Bumping tantivy version --------- Co-authored-by: Paul Masurel <paul.masurel@datadoghq.com> |
||
|---|---|---|
| .. | ||
| aggregation.rs | ||
| basic_search.rs | ||
| custom_collector.rs | ||
| custom_tokenizer.rs | ||
| date_time_field.rs | ||
| deleting_updating_documents.rs | ||
| faceted_search.rs | ||
| faceted_search_with_tweaked_score.rs | ||
| filter_aggregation.rs | ||
| fuzzy_search.rs | ||
| index_from_multiple_threads.rs | ||
| index_with_json.rs | ||
| integer_range_search.rs | ||
| ip_field.rs | ||
| iterating_docs_and_positions.rs | ||
| json_field.rs | ||
| phrase_prefix_search.rs | ||
| pre_tokenized_text.rs | ||
| snippet.rs | ||
| stop_words.rs | ||
| warmer.rs | ||