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

Feature request, optionally return indexed values with keys #502

Closed
wants to merge 2 commits into from

Commits on Mar 8, 2013

  1. Feature request, optionally return indexed values with keys

    When a 2i query's results are a list of keys. This change adds
    an optional request parameter to pb and http that, when set, will
    cause pairs of `key:index_value` to be returned as the result of
    a 2i query.
    
    Has no effect on MapReduce. Uses capabilities for rolling upgrade
    situations.
    russelldb committed Mar 8, 2013
    Copy the full SHA
    86c0fbe View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2013

  1. Support 2i index queries that return values for PB

    Fix bug that hased the {key, value} as a key in the coverage filter
    leading to incorrectly filtered results.
    russelldb committed Mar 11, 2013
    Copy the full SHA
    ce47865 View commit details
    Browse the repository at this point in the history