[arangodb-google] Re: Faceted Search Performance

2017-09-20 Thread Roman Kuzmik
done -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.

[arangodb-google] Re: Change "_key" attribute name (or delete it as default). ArangoDB data models.

2017-09-20 Thread Victor Caballero
Thanks. If you want to use only one attribute as the primary key, you will have to > rename your `id` attribute to `_key` - maybe in the serialization code? I know, that was what I wanted to avoid. The thing is that now I am forced to have two json serializers, one for the application

[arangodb-google] Re: Change "_key" attribute name (or delete it as default). ArangoDB data models.

2017-09-20 Thread Wilfried Gösgens
Hi, no, the `_key` attribute can't be changed. However, you can add indices to any attributes of your documents to ensure the uniqueness: https://docs.arangodb.com/3.2/Manual/Indexing/IndexBasics.html#hash-index If you want to use only one attribute as the primary key, you will have to rename

[arangodb-google] Re: Faceted Search Performance

2017-09-20 Thread Jan
Thanks for the feedback! Sounds good. I also hope the changes can be integrated into a stable version soon. Best regards Jan Am Mittwoch, 20. September 2017 00:54:44 UTC+2 schrieb Roman Kuzmik: > > Thanks for a hint! > > We have wrote small service faced to calculate facets. > It split my huge