[
https://issues.apache.org/jira/browse/TINKERPOP-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16260001#comment-16260001
]
Suhas Udeda commented on TINKERPOP-1840:
----------------------------------------
hello, emit() certainly needs to be added to the list of steps. And I also feel
it would be better to add more explanation regarding emit() rather than merely
linking it to repeat(). No doubt, that the above mentioned section
(#repeat-step) has details about emit() but I could not find any content that
actually explains what emit() does. Whatever information about emit() is
available right now, is with regards to repeat(). I think it would be great to
add information in the format which explains what emit() as a function does, on
what does emit() operate and so on with a few examples.
> Explanation about certain functions like emit()
> -----------------------------------------------
>
> Key: TINKERPOP-1840
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1840
> Project: TinkerPop
> Issue Type: Improvement
> Components: documentation
> Affects Versions: 3.3.0
> Environment: Apache Tinkerpop 3.3, Gremlin documentation
> Reporter: Suhas Udeda
> Priority: Minor
>
> In the recipes section of Apache Tinkerpop web page, there is section
> dedicated to computing the maximum depth of a node in a graph. According to
> the command given there, maximum depth is includes the current node in its
> count as well. While this is working fine for all the nodes, it fails when it
> comes to the leaf nodes; it returns garbage value. This happens because of
> the placement of emit() function in that command.
> When I tried understanding how emit() function works, I could not find a
> section dedicated to this function in the documentation. I believe this is a
> shortcoming especially when beginners are trying to understand the
> functionality by referring the documentation. It would be nice if a section
> can be added for emit() and other such functions which lack their
> representation in the documentation.
> http://tinkerpop.apache.org/docs/current/recipes/#_maximum_depth
> http://tinkerpop.apache.org/docs/3.3.0/reference/
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)