-
-
Notifications
You must be signed in to change notification settings - Fork 866
Open
Description
As stated in the documentation, and in previous versions of tantivy, we were able to use any type of the field in this method, but after #2726, there is a check in the SortByStaticFastValue struct that verifies the field is not only fast, but of the exact type of the output of the collector. (i.e. u64 for this method).
Now, if you try to pass a i64 field, you get an error.
Is this the expected behavior now?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels