Janusgraph with ES as index backend
Suny <sahithiy...@...>
Hi,
I am using Janusgraph with ES as index backend. I created a mixed index on some vertex attributes. This mixed index is saved in ES.
Now if i query for that vertices based on index, will janusgraph use ES internally to perform search operation ? Or do i need to use IndexQuery to perform search on ES directly ?