|
1 | 1 | [glossary] |
2 | 2 |
|
3 | 3 | [[action]]$action:: Freeform description of an action. |
4 | | -[[alias]]$alias:: An alias name. |
5 | | -[[alloc]]$alloc:: Allocator name. |
6 | | -[[allocType]]$allocType:: Allocation type. |
7 | | -[[auth]]$auth:: Auth provider name. |
8 | | -[[boltMsgLenLimit]]$boltMsgLenLimit:: Bolt message length limit. |
9 | | -[[boltServerState]]$boltServerState:: Bolt server state. |
| 4 | +//$action will be replaced by cmd and msg depending on the usage. |
| 5 | +[[alias]]$alias:: An alias name, `mydb-alias`. |
| 6 | +[[allocType]]$allocType:: Allocation type (`primary` or `secondary`). |
| 7 | +[[arg]]$arg:: Procedure or function argument, for example, `database`, `pause`, `dryrun`, etc. |
| 8 | +[[argType]]$argType:: Argument type, either input or output. |
| 9 | +[[auth]]$auth:: Auth provider name, for example, `ldap`, `native`. |
| 10 | +[[boltServerState]]$boltServerState:: Bolt server state, for example, `READY`. |
10 | 11 | [[cause]]$cause:: Freeform description of what caused the error. |
11 | 12 | [[cfgSetting]]$cfgSetting:: Configuration setting key, for example, `server.https.enabled`. |
12 | | -[[clause]]$clause:: A clause, for example, `USE`. |
13 | | -[[cmd]]$cmd:: Cypher administrative command, for example, `DROP DATABASE`. |
14 | | -[[component]]$component:: Component name. |
15 | | -[[constr]]$constr:: Constraint name. |
16 | | -[[constrDescrOrName]]$constrDescrOrName:: Constraint descriptor or name. |
17 | | -[[context]]$context:: Freeform description of a context. |
18 | | -[[coordinates]]$coordinates:: Coordinate value. |
19 | | -[[count]]$count:: Amount |
| 13 | +[[clause]]$clause:: A Cypher clause, for example, `USE`, `MATCH`. |
| 14 | +[[cmd]]$cmd:: A Cypher command, for example, `DROP DATABASE`, `PROFILE`, `SHOW PROCEDURES`. |
| 15 | +[[component]]$component:: Data type component, for example, `year`, `month`, `hour`, etc. |
| 16 | +// we need to change the parameter $component in 51N27 to `$feat` maybe. |
| 17 | +[[constr]]$constr:: Constraint name, for example, `book_isbn`. |
| 18 | +//Change $constr to $constrName |
| 19 | +[[constrDescrOrName]]$constrDescrOrName:: Constraint description, `(:Label {property0, property1, property2, property1, property3})`. |
| 20 | +//Change $constrDescrOrName to $constrDescr |
| 21 | +[[context]]$context:: Freeform description of a context, where something is invalid or unsupported, `OPTIONS`, `URL`, `username`, etc. |
| 22 | +[[coordinates]]$coordinates:: Coordinate value, for example, `[3.15, 4.012, 5.905]`. |
| 23 | +[[count]]$count:: Number of something, example, `3`. |
20 | 24 | [[countAllocs]]$countAllocs:: Desired number of servers to use. |
21 | 25 | [[countSeeders]]$countSeeders:: Number of seeding servers. |
22 | | -[[crs]]$crs:: Coordinate reference system, for example, WGS84. |
| 26 | +//To check with the clustering team about $countAllocs and $countSeeders. |
| 27 | +[[crs]]$crs:: Coordinate reference system, for example, `WGS84`. |
23 | 28 | [[db]]$db:: Database name, for example, `myDb`. |
24 | | -[[dim]]$dim:: Number representing index dimenionality. |
25 | | -[[edition]]$edition:: Freeform edition description. |
26 | | -[[endpointType]]$endpointType:: One of `start`, `end`. |
| 29 | +[[dim]]$dim:: Number representing index or point dimenionality. |
| 30 | +[[edition]]$edition:: Neo4j edition, for example, Community or Enterprise. |
| 31 | +[[endpointType]]$endpointType:: One of `start` or `end` of a relationship. |
27 | 32 | [[entityId]]$entityId:: ID of a node or a relationship. |
28 | 33 | [[entityType]]$entityType:: A node or a relationship. |
29 | 34 | [[expr]]$expr:: Cypher expression, for example, `1 + n.prop`. |
30 | | -[[exprType]]$exprType:: Freeform expression type. |
| 35 | +[[exprType]]$exprType:: Freeform expression type, for example, `EXISTS`, `COUNT`, `COLLECT`. |
31 | 36 | [[feat]]$feat:: Freeform feature description. |
32 | | -[[field]]$field:: Input field, for example, for a procedure or deserialization. |
33 | | -[[format]]$format:: Duration format. |
34 | | -[[fun]]$fun:: Function name. |
35 | | -[[funClass]]$funClass:: User defined function implementation class name. |
| 37 | +[[field]]$field:: Input field, for example, of a procedure, function, or deserialization. |
| 38 | +//52N22 and 52N36 to change $field to $arg. Check 22N98 with Antonio. |
| 39 | +[[fun]]$fun:: Function name, for example, `collect()`. |
| 40 | +[[funClass]]$funClass:: User-defined function implementation class name, for example, `MyFunctionClass`. |
36 | 41 | [[graph]]$graph:: The name of a graph, for example, `myGraph`. |
37 | | -[[graphTypeDependence]]$graphTypeDependence:: Graph type dependencency for constraint. |
38 | | -[[hint]]$hint:: Freeform description of a "hint". |
39 | | -[[hintList]]$hintList:: Comma-separated list of free form descriptions of hints. |
40 | | -[[ident]]$ident:: Generic identifier. |
41 | | -[[idx]]$idx:: Index name. |
42 | | -[[idxDescr]]$idxDescr:: Index descriptor. |
| 42 | +[[graphTypeDependence]]$graphTypeDependence:: Graph type dependencency for constraint, one of `UNDESIGNATED`, `INDEPENDENT`, or `DEPENDENT`. |
| 43 | +[[hint]]$hint:: Freeform description of a hint, for example, `USING INDEX n:N(prop)`. |
| 44 | +[[hintList]]$hintList:: A list of free form descriptions of hints like `USING INDEX n:N(prop)`. |
| 45 | +[[idx]]$idx:: Index name, `my_index`. |
| 46 | +//Change $idx to $idxName |
| 47 | +[[idxDescr]]$idxDescr:: Index description, for example, `INDEX :Person(name)`. |
43 | 48 | [[idxDescrOrName]]$idxDescrOrName:: Index descriptor or name. |
44 | | -[[idxOrConstr]]$idxOrConstr:: Index or constraint name |
45 | | -[[idxOrConstrPat]]$idxOrConstrPat:: Index or constraint pattern |
| 49 | +//Change all error parameters to $idxDescr or $idxName, and remove $idxDescrOrName. |
| 50 | +[[idxOrConstr]]$idxOrConstr:: Index or constraint name, for example, `my_index` or `book_isbn`. |
| 51 | +[[idxOrConstrPat]]$idxOrConstrPat:: Index or constraint pattern, for example, `CREATE CONSTRAINT bar IF NOT EXISTS FOR (n:L) REQUIRE (n.p1) IS NODE KEY`. |
46 | 52 | [[idxType]]$idxType:: Index type, for example, text, vector, etc. |
47 | | -[[input]]$input:: Piece of input. |
48 | | -[[inputList]]$inputList:: Comma-separated list of inputs. |
| 53 | +[[input]]$input:: Piece of user input. |
| 54 | +[[inputList]]$inputList:: A list of user inputs. |
49 | 55 | [[item]]$item:: Freeform description of an item. |
| 56 | +//Change 22N90 to $valType, 51N30 to $feat maybe (check with Lasse). Remove $item. |
50 | 57 | [[keyword]]$keyword:: Cypher keyword, for example, `MERGE`. |
51 | 58 | [[label]]$label:: Label name, for example, `Person`. |
52 | | -[[labelExpr]]$labelExpr:: Label expression, for example, `Person&Human`. |
53 | | -[[labelList]]$labelList:: Comma-separated list of label names, for example, `Person, Actor`. |
54 | | -[[lower]]$lower:: Lower bound. |
| 59 | +[[labelExpr]]$labelExpr:: Label expression, for example, `(n:Movie|Person)`. |
| 60 | +[[labelList]]$labelList:: A list of label names, for example, `Person, Actor`. |
| 61 | +[[lower]]$lower:: The lowest accepted number of a range. |
55 | 62 | [[mapKey]]$mapKey:: Map key. |
56 | | -[[mapKeyList]]$mapKeyList:: Comma-separated list of keys. |
57 | | -[[matchMode]]$matchMode:: GPM match mode. |
58 | | -[[maxTokenLength]]$maxTokenLength:: Maximum token length. |
59 | | -[[msg]]$msg:: Freeform message, for example, "Howdy, Partner!". |
| 63 | +[[mapKeyList]]$mapKeyList:: A list of map keys, for example, `x and y`. |
| 64 | +[[matchMode]]$matchMode:: GPM match mode, for example, `REPEATABLE ELEMENTS`. |
| 65 | +[[msg]]$msg:: Freeform message. |
60 | 66 | [[msgTitle]]$msgTitle:: Freeform message title. |
61 | | -[[namespace]]$namespace:: Namespace |
62 | | -[[namespaceList]]$namespaceList:: Comma-separated list of namespaces. |
63 | | -[[operation]]$operation:: Operation, for example, a function. |
| 67 | +//Change $msgTitle to $excClass |
| 68 | +[[namespaceList]]$namespaceList:: A list of namespaces of procedures, for example, `apoc.math.`. |
| 69 | +[[operation]]$operation:: A mathematical operation, for example, `/ by zero`, `>`. |
| 70 | +//Change 51N69 to something else. |
64 | 71 | [[option]]$option:: Option name |
65 | | -[[optionList]]$optionList:: Comma-separated list of option names. |
66 | | -[[param]]$param:: Parameter name |
67 | | -[[paramList]]$paramList:: Parameter list |
| 72 | +//This needs further investigation. |
| 73 | +[[optionList]]$optionList:: A list of option names. |
| 74 | +//This needs further investigation. |
| 75 | +[[param]]$param:: Parameter name, for example, `$pattern`. |
| 76 | +[[paramList]]$paramList:: A list of parameters, for example `$pattern, $prop`. |
68 | 77 | [[pat]]$pat:: Pattern, for example, `(:Person)`. |
69 | | -[[port]]$port:: Port name |
70 | | -[[portList]]$portList:: Comma-separated list of port names. |
71 | | -[[pos]]$pos:: A position, for example, in a sequence. |
72 | | -[[pred]]$pred:: A predicate, for example, `'x = 3'`. |
73 | | -[[predList]]$predList:: Comma-separated list of predicates, for example, `'x = 3', 'y > 4'`. |
| 78 | +[[port]]$port:: Port name, for example, `6362`. |
| 79 | +[[portList]]$portList:: A list of port names, for example, `6362, 6000, 7000`. |
| 80 | +[[pos]]$pos:: A position, for example, in a sequence, for example, `2` |
| 81 | +[[pred]]$pred:: A predicate, for example, `x = 3`. |
| 82 | +[[predList]]$predList:: A list of predicates, for example, `'x = 3', 'y > 4'`. |
74 | 83 | [[preparserInput]]$preparserInput:: Piece of preparser input. |
75 | | -[[proc]]$proc:: Procedure name, for example, `lauchRocket`. |
76 | | -[[procClass]]$procClass:: Procedure implementation class name. |
77 | | -[[procExeMode]]$procExeMode:: Procedure execution mode |
78 | | -[[procField]]$procField:: Procedure implementation class field name, for example, `someField`. |
79 | | -[[procFieldType]]$procFieldType:: Procedure implmenetation class field type. |
| 84 | +//Change in the code to $input and update the notifications. |
| 85 | +[[proc]]$proc:: Procedure name, for example, `db.labels()`. |
| 86 | +[[procClass]]$procClass:: User-defined procedure implementation class name, for example, `MyProcedureClass`. |
| 87 | +[[procExeMode]]$procExeMode:: Procedure execution mode, one of `READ`, `WRITE`, `SCHEMA`, and `DBMS`. |
| 88 | +[[procField]]$procField:: Procedure implementation class argument name, for example, `myArgument`. |
| 89 | +//Change $proField to $arg |
| 90 | +[[procFieldType]]$procFieldType:: Procedure implmenetation class argument type, one of `input` or `output`. |
| 91 | +//Change $procFieldType to $argType //// //// //// //// //// //// |
80 | 92 | [[procFun]]$procFun:: Procedure or function name or ID. |
81 | 93 | [[procMethod]]$procMethod:: Procedure implmenetation class method name. |
82 | 94 | [[procParam]]$procParam:: Procedure parameter name. |
|
99 | 111 | [[serverType]]$serverType:: Server type. |
100 | 112 | [[sig]]$sig:: Procedure or function signature. |
101 | 113 | [[syntax]]$syntax:: Freeform syntax or keyword. |
102 | | -[[temporal]]$temporal:: Temporal value. |
| 114 | +[[temporal]]$temporal:: Temporal value, for example, `2025-02-18`. |
103 | 115 | [[timeAmount]]$timeAmount:: Integral amount of time unit. |
104 | 116 | [[timeUnit]]$timeUnit:: Common time unit name. |
105 | 117 | [[token]]$token:: Token name. |
|
0 commit comments