Cole-Greer commented on code in PR #3523: URL: https://github.com/apache/tinkerpop/pull/3523#discussion_r3606024271
########## docs/src/upgrade/release-4.x.x.asciidoc: ########## @@ -97,9 +97,8 @@ See: link:https://tinkerpop.apache.org/docs/4.0.0/reference/#match-step[match()] Until now, vertices in the property graph model were limited to a single, immutable label assigned at creation. This release introduces configurable label cardinality, allowing vertices to carry multiple labels that can be added and removed over their lifetime. This is an optional feature for graph providers and not all will support it in the same -way. TinkerGraph offers a configurable approach to enabling the the feature using one of the `LabelCardinality` settings -as a graph-level setting that defaults to `ONE`, preserving the existing single-label behavior. To enable multi-label -in TinkerGraph, set the vertex label cardinality in the graph properties: +way. TinkerGraph enables it through a graph-level `LabelCardinality` setting that defaults to `ONE`, preserving the +existing single-label behavior: ``` gremlin.tinkergraph.vertexLabelCardinality=ZERO_OR_MORE Review Comment: ```suggestion gremlin.tinkergraph.vertexLabelCardinality=ONE ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
