You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/index/index_meta.rs
+4
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,10 @@ impl Default for IndexSettings {
288
288
/// Presorting documents can greatly improve performance
289
289
/// in some scenarios, by applying top n
290
290
/// optimizations.
291
+
#[deprecated(
292
+
since = "0.22.0",
293
+
note = "We plan to remove index sorting in `0.23`. If you need index sorting, please comment on the related issue https://github.com/quickwit-oss/tantivy/issues/2352 and explain your use case."
0 commit comments