Lucene sort type (Alphabetical or Numeric sorting) #5741
Skrypt
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Lucene sort types are defined here in this documentation :
https://lucenenetdocs.azurewebsites.net/api/Lucene.Net/Lucene.Net.Search.SortFieldType.html
By default Lucene use alphabetical ordering.
Here is an example to achieve a numeric sort on a numeric field :
Beta Was this translation helpful? Give feedback.
All reactions