rnewson commented on issue #6075: URL: https://github.com/apache/couchdb/issues/6075#issuecomment-5104888657
... why doesn't it help? You will need to specify "-<score>" (for highest relevance results first) to get the right sort order. what's happening is there's a sort applied at each shard and then those results are merged and sorted again in couchdb. the bug was that we were not performing the same sort order at both places, leaving the result in a confused, partially sorted order. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
