Replies: 1 comment 1 reply
-
To reindex one vertex, you could just update that vertex using the old property value. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
g.V().has("idx1", "value").has("idx2Unique", "somevalue"); = returning empty results.
g.V().has("idx2Unique", "somevalue"); = returning vertex and it has "idx" property and value.
g.V().has("idx1", "random").has("idx2Unique", "random11"); = returning a vertex
Do i need to reindex "idx1"? How to reindex only one vertex?
Please help. Stuck in production.
Beta Was this translation helpful? Give feedback.
All reactions