ljak commented on PR #13944: URL: https://github.com/apache/lucene/pull/13944#issuecomment-2433229507
I needed to sort the `Query`s in some ways, so I compare them according to their toString representation: `orderedQueries.sort(Comparator.comparing(Query::toString));` Not sure if it's the right way. -- 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