Skip to content

Support persistent index creation #48

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

Closed
gyscos opened this issue Aug 3, 2016 · 3 comments
Closed

Support persistent index creation #48

gyscos opened this issue Aug 3, 2016 · 3 comments

Comments

@gyscos
Copy link

gyscos commented Aug 3, 2016

ArangoDB 3.0 apparently adds a new "persistent" index type.
This currently is not part of the provided Index Types in this driver.

a-brandt pushed a commit that referenced this issue Aug 5, 2016
a-brandt pushed a commit that referenced this issue Aug 5, 2016
a-brandt pushed a commit that referenced this issue Aug 5, 2016
@a-brandt
Copy link
Contributor

a-brandt commented Aug 5, 2016

Fixed in version 3.0.2.

@a-brandt a-brandt closed this as completed Aug 5, 2016
@gyscos
Copy link
Author

gyscos commented Aug 5, 2016

I see - but why no createPersistentIndex in ArangoDriver?

@a-brandt
Copy link
Contributor

a-brandt commented Aug 8, 2016

You can create the index by driver.createIndex(collectionName, IndexType.PERSISTENT, ...).

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

2 participants