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

[WIP] Use Jest for Elasticsearch http #160

Closed
wants to merge 2 commits into from

Conversation

krlohnes
Copy link
Contributor

@krlohnes krlohnes commented Mar 8, 2017

Issue: #92

This adds http support to ElasticSearchIndex and removes support for the
Transport and Client modes. It also refactors the add/delete scripts to
use bindings since throwing a bunch of unique scripts at a Groovy
compiler isn't the best idea.

Issue: JanusGraph#92

This adds http support to ElasticSearchIndex and removes support for the
Transport and Client modes. It also refactors the add/delete scripts to
use bindings since throwing a bunch of unique scripts at a Groovy
compiler isn't the best idea.

Signed-off-by: Keith Lohnes <krlohnes@us.ibm.com>
@janusgraph-bot janusgraph-bot added the cla: yes This PR is compliant with the CLA label Mar 8, 2017
@krlohnes krlohnes closed this Mar 8, 2017
@krlohnes krlohnes changed the title [WIP for self review only] 92 es http only [WIP] Use Jest for Elasticsearch http Mar 8, 2017
@krlohnes krlohnes reopened this Mar 8, 2017
There are some small differences in the code required to test the
different ES versions supported by JanusGraph. The code to support http
in the ElasticSearchIndex, however, is the same. Therefore, I've only
split up the test directories. If at some point in the future it's
required to split up that file based off of version, we can do so then.

Signed-off-by: Keith Lohnes <krlohnes@us.ibm.com>
@sjudeng
Copy link
Contributor

sjudeng commented Mar 24, 2017

@krlohnes I posted some questions on the mailing list regarding ES update work

@krlohnes
Copy link
Contributor Author

krlohnes commented Jun 6, 2017

Closing this for now. It looks like ES support/compatibility is going well enough without it.

@krlohnes krlohnes closed this Jun 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This PR is compliant with the CLA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants