Does this gremlin script (executed via REST API of Neo4j) executes the sorting on the lucene index? Or are the nodes sorted in Neo4j?
g.idx('myIndex').get('name', 'aaa').sort{it.name}
Two additional questions: 1. How to set ordering? ASC/DESC 2. How to perform a fulltext search (LIKE). I already tried *, %, nothing worked