[
https://issues.apache.org/jira/browse/TINKERPOP-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Saikiran Boga updated TINKERPOP-2548:
-------------------------------------
Description:
IndexStep index has private access and does not expose indexer. Graph providers
would need access to this to know the step behavior for proper implementation.
A getter for the indexer used should be sufficient I think.
[https://github.com/apache/tinkerpop/blob/master/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/IndexStep.java#L51]
was:
IndexStep does not expose what type of indexer is being used outside of the
class. Graph providers would need access to this to know the step behavior for
proper implementation. A getter for the indexer used should be sufficient I
think.
https://github.com/apache/tinkerpop/blob/master/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/IndexStep.java#L51
> Add getter for indexer used in IndexStep
> ----------------------------------------
>
> Key: TINKERPOP-2548
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2548
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Reporter: Saikiran Boga
> Priority: Minor
> Labels: easyfix
>
> IndexStep index has private access and does not expose indexer. Graph
> providers would need access to this to know the step behavior for proper
> implementation. A getter for the indexer used should be sufficient I think.
> [https://github.com/apache/tinkerpop/blob/master/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/IndexStep.java#L51]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)