Semantic search

Jump to navigation Jump to search
Stepnamekindreferencejavadoctexttestlevel
Gremlinrangefilterrange-step
Gremlinnextterminalterminal-stepswill return the next result.next(n) will return the next n results in a list2
Gremlinhasfilterhas-stephas-java.lang.String-filters vertices, edges, and vertex properties based on their properties. This step has quite a few variations.2
GremlinflatMapgeneralgeneral-stepstransforms the current step in a one to many fashion.2
Gremlinidmapid-stepmaps the traversal to the ids of the current elements.2
GremlinaggregatesideEffectaggregate-stepaggregate-java.lang.String-is used to aggregate all the objects at a particular point of traversal into a Collection2
Gremlinmatchmapmatch-stepsee https://stackoverflow.com/questions/55609832/is-threre-a-document-about-how-gremlin-match-works2
GremlinhasNextterminalterminal-stepsdetermines whether there are available results2