Re: Janusgraph with ES as index backend


Kelvin Lawrence <kelvin....@...>
 

If you tell Janus about the indexed properties using the management API it will use them automatically when you run Gremlin queries. You only need to use indexQuery for cases where you want to read from the index directly for other reasons.

HTH

Kelvin


On Wednesday, August 2, 2017 at 12:46:37 PM UTC-5, Suny wrote:
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 ?

Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.