Re: Index on a vertex label from Java
Jason Plurad <plu...@...>
You can't create an index on a vertex label right now. See https://github.com/JanusGraph/janusgraph/issues/283 You can create an index on a property. For example, you could define a property called "mylabel", create a composite index on it, then do g.V().has("mylabel", "foo").count().next(). On Monday, August 7, 2017 at 5:06:19 PM UTC-4, Peter Schwarz wrote:
|
|