Semantic search

Jump to navigation Jump to search
namekindreferencetext
rangefilterrange-step
nextterminalterminal-stepswill return the next result.next(n) will return the next n results in a list
hasfilterhas-stepfilters vertices, edges, and vertex properties based on their properties. This step has quite a few variations.
flatMapgeneralgeneral-stepstransforms the current step in a one to many fashion.
idmapid-stepmaps the traversal to the ids of the current elements.
aggregatesideEffectaggregate-stepis used to aggregate all the objects at a particular point of traversal into a Collection
matchmapmatch-stepsee https://stackoverflow.com/questions/55609832/is-threre-a-document-about-how-gremlin-match-works
hasNextterminalterminal-stepsdetermines whether there are available results