Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for random sort #3504

Closed
wants to merge 1 commit into from
Closed

Added support for random sort #3504

wants to merge 1 commit into from

Conversation

uboness
Copy link
Contributor

@uboness uboness commented Aug 13, 2013

  • Support seeds for consistent pagination. If no seed is provided, the current timestamp is used (at the "cost" of consistent pagination)
  • Note, just like normal search, the pagination will be consistent up to segment merges, for absolute consistency scroll should be used
  • order is supported for (reverse) consistent pagination
  • Enhanced the SortParser abstraction to enable sort parser with default configurations (enables the user to specify the sort as a simple string w

Closes #1170

    * Support seeds for consistent pagination. If no seed is provided, the current timestamp is used (at the "cost" of consistent pagination).
    * Note, just like normal search, the pagination will be consistent up to segment merges, for absolute consistency scroll should be used
    * order is supported for (reverse) consistent pagination
    * Enhanced the SortParser abstraction to enable sort parser with default configurations (enables the user to specify the sort as a simple string w

    Closes #1170
@ghost ghost assigned s1monw Aug 14, 2013
@uboness
Copy link
Contributor Author

uboness commented Aug 17, 2013

changing strategy on how to support it... new pull request will soon come

@uboness uboness closed this Aug 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Seeded random ordering (Feature request)
2 participants