Skip to content

Allow RiakClientOperations.fulltext_search/add/delete to run under PBC #250

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

Merged
merged 2 commits into from
Jun 5, 2013

Conversation

hazen
Copy link

@hazen hazen commented May 31, 2013

Previously this was forced to be HTTP for <=1.2 backward compatibilty

@@ -258,7 +258,7 @@ def fulltext_add(self, transport, index, docs):
"""
transport.fulltext_add(index, docs)
Copy link
Contributor

Choose a reason for hiding this comment

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

I thought the PBC interface didn't have this method?

Choose a reason for hiding this comment

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

@shuhaowu You are correct, it only has fulltext_search.

Copy link
Author

Choose a reason for hiding this comment

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

I was a bit overly zealous it looks like.

Copy link
Contributor

Choose a reason for hiding this comment

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

What about fulltext_delete? That needs to be implemented too I think.

@seancribbs
Copy link

👍

hazen pushed a commit that referenced this pull request Jun 5, 2013
Allow RiakClientOperations.fulltext_search/add/delete to run under PBC
@hazen hazen merged commit 320be48 into master Jun 5, 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.

3 participants