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

enhance percolation of existing documents #570

Merged
merged 2 commits into from
Mar 16, 2014
Merged

enhance percolation of existing documents #570

merged 2 commits into from
Mar 16, 2014

Conversation

danielmitd
Copy link

  • percolate without "doc" context but with a document id.
  • add options which are supported by the percolate api.

The options are also documented here.

- percolate without "doc" context
- add options which are supported by the percolate api
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 6ee78f1 on danielmitd:master into * on ruflin:master*.

* @param array $params
* @return array
*/
protected function percolate($path, $query, $data = array(), $params = array())
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use _percolate as function name to follow the Elastica convention for protected functions.

@ruflin
Copy link
Owner

ruflin commented Mar 15, 2014

Can you please update the changes.txt file and add some tests to verify that the new functions are working?

@ruflin ruflin merged commit 86ca940 into ruflin:master Mar 16, 2014
@ruflin
Copy link
Owner

ruflin commented Mar 16, 2014

Merged and all green https://travis-ci.org/ruflin/Elastica/builds/20873661
Thx

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.

3 participants