Semantic search

Jump to navigation Jump to search
Condition
Printout selection
Options
Parameters [
limit:

The maximum number of results to return
offset:

The offset of the first result
link:

Show values as links
headers:

Display the headers/property names
mainlabel:

The label to give to the main page name
intro:

The text to display before the query results, if there are any
outro:

The text to display after the query results, if there are any
searchlabel:

Text for continuing the search
default:

The text to display if there are no query results
class:

An additional CSS class to set for the table
transpose:

Display table headers vertically and results horizontally
sep:

The separator between results
Sort options
Delete
Add sorting condition
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