Skip to content

Commit 992ea38

Browse files
ditsukePSeitz
authored andcommitted
chore: Expose TopDocs::order_by_u64_field again (#2282)
1 parent 4f58e9e commit 992ea38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collector/top_score_collector.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ impl TopDocs {
309309
///
310310
/// To comfortably work with `u64`s, `i64`s, `f64`s, or `date`s, please refer to
311311
/// the [.order_by_fast_field(...)](TopDocs::order_by_fast_field) method.
312-
fn order_by_u64_field(
312+
pub fn order_by_u64_field(
313313
self,
314314
field: impl ToString,
315315
order: Order,

0 commit comments

Comments
 (0)