Is there a plan to support an indexing backend for Vertex-centric Indexes? #4703
saleemjaffer
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a usecase where
To find the source vertex, I can use a Graph Index(mixed index).
To find the edges from the source vertex that match the filters, and to make the query faster, I can build "Edge indexes" on the properties that would be part of the filters. Looks like Edge indexes, or Vertex Centric indexes, support only equality on string fields.
My use-can can have all the filters that ElasticSearch supports. How can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions