I was trying to simulate the "like" search in Neptune using Gremlin. However it is not it.get() function in Neptune. The other graphs like JanusGraph has this available. Is there any alternative for this in Neptune. When we try applying the filter options on the Gremlin provided sample graphs it is working fine. However it doesn't work with Neptune. For e.g. following query works in Gremlin provided sample graph however it doesn't work in Neptune.
g.V().filter{it.get().value('name').matches(".o.")}
g.V().filter{it.get().value('name').matches(".o.")} query working with Factory provided graph in Gremlin. Neptune it was not identifying it.get()