David Smiley created SOLR-6121: ---------------------------------- Summary: cursorMark should accept sort without the uniqueKey Key: SOLR-6121 URL: https://issues.apache.org/jira/browse/SOLR-6121 Project: Solr Issue Type: Improvement Reporter: David Smiley Priority: Minor
If you are using the cursorMark (deep paging) feature, you shouldn't *have* to add the uniqueKey to the sort parameter. If the user doesn't do it, the user obviously doesn't care about the uniqueKey order relative to whatever other sort parameters they may or may not have provided. So if sort doesn't have it, then Solr should simply tack it on at the end instead of providing an error and potentially confusing the user. This would be more user friendly. -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org