rmuir commented on issue #12067: URL: https://github.com/apache/lucene/issues/12067#issuecomment-1377207063
@vstrout You may also use this setter as a quick-fix: https://github.com/apache/lucene/blob/branch_9x/lucene/core/src/java/org/apache/lucene/search/SortField.java#L636-L657 But long term, again I would recommend just naming the sort fields differently, if they have different content (e.g. `description_lowercase` or `description_sort` or whatever you want, anything but `description` since the contents are in fact different) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org