yojimbo87 / ArangoDB-NET

C#/.NET/Mono driver for ArangoDB
MIT License
107 stars 66 forks source link

Create Indexes using .NET driver #20

Closed AndreasTurowski closed 9 years ago

AndreasTurowski commented 9 years ago

I have no classes/methods found to create/manage Indexes. Is this really true? Without creating Indexes from c# code (including fulltext) the driver will be useless for me.

yojimbo87 commented 9 years ago

Hi, index API is not yet implemented into the driver. I will work on this functionality during this week.

AndreasTurowski commented 9 years ago

Sounds good, I'm evaluating NoSQL-Databases for a large Project/product but evalutation process will be finished next week. So i wouldn't Need index Features in production state, but for testing.

ifcologne commented 9 years ago

@AndreasTurowski - if you have any questions regarding ArangoDB, please ask the ArangoDB team via hackers AT arangodb.org.

fceller commented 9 years ago

@AndreasTurowski if you have any issues you would like to discuss or if we can help you with the evaluation, please contact hackers (at) arangodb.org to discuss matters in detail

yojimbo87 commented 9 years ago

Implemented in 0.9.2

AndreasTurowski commented 9 years ago

That was quickly! I will start testing today.