Skip to content

Commit 94baceb

Browse files
fix bf dos
1 parent 49394a5 commit 94baceb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/modules/ROOT/partials/algorithms/shortest-path/bellman-ford/bellman-ford-syntax.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ include::partial$/algorithms/common-configuration/common-parameters.adoc[]
8383
|===
8484
| Name | Type | Default | Optional | Description
8585
include::partial$/algorithms/common-configuration/common-mutate-configuration-entries.adoc[]
86-
| sourceNode | Integer | n/a | no | The Neo4j source node or node id.
8786
| mutateNegativeCycles | Boolean | false | yes | If set to true, any discovered negative cycles will be added in the in-memory graph. Otherwise they will be skipped.
87+
| sourceNode | Integer | n/a | no | The Neo4j source node or node id.
8888
|===
8989

9090
.Results
@@ -134,8 +134,11 @@ include::partial$/algorithms/common-configuration/common-parameters.adoc[]
134134
[opts="header",cols="3,2,3m,2,8"]
135135
|===
136136
| Name | Type | Default | Optional | Description
137-
| sourceNode | Integer | n/a | no | The Neo4j source node or node id.
137+
include::partial$/algorithms/common-configuration/common-write-configuration-entries.adoc[]
138138
| writeNegativeCycles | Boolean | false | yes | If set to true, any discovered negative cycles will be written back to the Neo4j graph. Otherwise they will be skipped.
139+
| writeNodeIds | Boolean | false | yes | If true, the written relationship has a nodeIds list property.
140+
| writeCosts | Boolean | false | yes | If true, the written relationship has a costs list property.
141+
| sourceNode | Integer | n/a | no | The Neo4j source node or node id.
139142
|===
140143

141144
.Results
@@ -176,6 +179,7 @@ include::partial$/algorithms/common-configuration/common-parameters.adoc[]
176179
[opts="header",cols="3,2,3m,2,8"]
177180
|===
178181
| Name | Type | Default | Optional | Description
182+
include::partial$/algorithms/common-configuration/common-stream-stats-configuration-entries.adoc
179183
| sourceNode | Integer | n/a | no | The Neo4j source node or node id.
180184
|===
181185

0 commit comments

Comments
 (0)