Date
1 - 3 of 3
[DISCUSS] Vertex Centric Index with UUID
Keith Lohnes <loh...@...>
In the docs it states that >The property keys used in a vertex-centric index must have an explicitly defined data type (i.e. not Object.class) which supports a native sort order. I'm curious as to exactly what that means. As far as I can tell it just means "implements `Comparable`". If so, is there any reason to not have UUID implement `OrderPreservingSerializer`? If it's something that can/should be done, I'm happy to submit a PR for it. |
|
Jason Plurad <plu...@...>
Sounds reasonable enough to me. I opened up issue 948 to track this. On Friday, March 9, 2018 at 9:58:54 AM UTC-5, Keith Lohnes wrote:
|
|
Keith Lohnes <loh...@...>
Great. I'll try to get a PR together sometime in the next week or two. I have something written, it seems to work well, but I need to write some tests before I submit a PR. On Tuesday, March 13, 2018 at 12:31:42 AM UTC-4, Jason Plurad wrote:
|
|