@@ -217,7 +217,7 @@ rather, We have tried to provide a good and approachable foundation in writing m
217217different types of Gremlin query using an interesting and real-world graph.
218218
219219NOTE: The latest TinkerPop documentation is always available at this URL:
220- http ://tinkerpop.apache.org/docs/current/reference/
220+ https ://tinkerpop.apache.org/docs/current/reference/
221221
222222Below are some simple queries against the 'air-routes' graph to get us started. It is
223223assumed that the 'air-routes' graph has been loaded already per the instructions
@@ -2079,7 +2079,7 @@ the 'with' modulator.
20792079
20802080NOTE: The valueMap configuration options are described in the official
20812081documentation at the following link
2082- http ://tinkerpop.apache.org/docs/current/reference/#valuemap-step.
2082+ https ://tinkerpop.apache.org/docs/current/reference/#valuemap-step.
20832083
20842084Instead of using 'valueMap(true)' to include the ID and label of an element (a vertex
20852085or an edge) in the results, the new 'with(WithOptions.tokens)' construct can
@@ -2107,8 +2107,7 @@ desc=[San Francisco International Airport]
21072107
21082108TIP: All of the possible values that can be specified using WithOptions can be found
21092109in the official Apache TinkerPop JavaDoc documentation
2110- http://tinkerpop.apache.org/javadocs/current/full/org/apache/tinkerpop/gremlin/process/traversal/step/util/WithOptions.html[at
2111- this location].
2110+ https://tinkerpop.apache.org/javadocs/current/full/org/apache/tinkerpop/gremlin/process/traversal/step/util/WithOptions.html.
21122111
21132112You can still include the ID and label in the results, along with a subset of the
21142113properties, by explicitly naming the property keys you are interested in. In the
@@ -4424,7 +4423,7 @@ one or more characters within a string of text and three that search for the non
44244423existence of one or more characters.
44254424
44264425TIP: Additional information on the text predicates can be found in the official
4427- Apache TinkerPop documentation here: http ://tinkerpop.apache.org/docs/current/reference/#a-note-on-predicates
4426+ Apache TinkerPop documentation here: https ://tinkerpop.apache.org/docs/current/reference/#a-note-on-predicates
44284427
44294428.Text searching predicates
44304429[cols="^1,4"]
@@ -7407,7 +7406,7 @@ The 'repeat' step can be nested inside another 'repeat' step as well as inside '
74077406and 'until' steps.
74087407
74097408TIP: The official documentation for these new capabilities can be located here:
7410- http ://tinkerpop.apache.org/docs/current/reference/#repeat-step
7409+ https ://tinkerpop.apache.org/docs/current/reference/#repeat-step
74117410
74127411It is also possible to label a repeat step with a name so that it can be referenced
74137412later in a traversal. Nested 'repeat' steps allow for some interesting new graph
@@ -8459,7 +8458,7 @@ query, the result set will consist of a number of individual lists all with an i
84598458of zero.
84608459
84618460TIP: The official Apache TinkerPop documentation for the 'index' step can be found at
8462- the following link http ://tinkerpop.apache.org/docs/current/reference/#index-step.
8461+ the following link https ://tinkerpop.apache.org/docs/current/reference/#index-step.
84638462
84648463[source,groovy]
84658464----
@@ -8522,7 +8521,7 @@ which is the default. The results are then sorted in reverse order.
85228521
85238522TIP: All of the possible values that can be specified using WithOptions can be found
85248523in the official Apache TinkerPop JavaDoc documentation
8525- http ://tinkerpop.apache.org/javadocs/current/full/org/apache/tinkerpop/gremlin/process/traversal/step/util/WithOptions.html[at
8524+ https ://tinkerpop.apache.org/javadocs/current/full/org/apache/tinkerpop/gremlin/process/traversal/step/util/WithOptions.html[at
85268525this location].
85278526
85288527Note that this query uses 'desc' rather than the now deprecated 'decr' to ask for
0 commit comments