Index not being used with 'Between" clause


Gene Fojtik <genef...@...>
 

Hello,

Have an index in a property "latitude", when using with the between clause, the index is not being utilized

g.V().has("latitude", 33.333")  works well, however

g.V().has(“latitude”, between(33.889, 33.954)))  does not use the indexes..

Any assistance would be appreciated..

-g

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