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

Update MapReduce code to support Search as Input #35

Closed
peschkaj opened this issue Feb 21, 2012 · 1 comment
Closed

Update MapReduce code to support Search as Input #35

peschkaj opened this issue Feb 21, 2012 · 1 comment
Milestone

Comments

@peschkaj
Copy link
Contributor

MR can support search via

    {
     "inputs": {
                "bucket":"mybucket",
                "query":"foo OR bar"
               },
     "query":...
    }```

or

    {
      "inputs": {
                 "bucket":"mybucket",
                 "query":"foo OR bar",
                 "filter":"field2:baz"
                },
      "query":...
    }
@ghost ghost assigned peschkaj Feb 21, 2012
@peschkaj
Copy link
Contributor Author

Implemented in RiakBucketSearchInput class.

@peschkaj peschkaj removed their assignment Jun 30, 2014
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

No branches or pull requests

1 participant