You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "DOYUNG YOON (JIRA)" <ji...@apache.org> on 2016/12/28 01:27:59 UTC

[jira] [Updated] (S2GRAPH-135) Change the way LabelIndexOption is implemented and improve it

     [ https://issues.apache.org/jira/browse/S2GRAPH-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

DOYUNG YOON updated S2GRAPH-135:
--------------------------------
    Fix Version/s: 0.2.0

> Change the way LabelIndexOption is implemented and improve it
> -------------------------------------------------------------
>
>                 Key: S2GRAPH-135
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-135
>             Project: S2Graph
>          Issue Type: Improvement
>            Reporter: Daewon Jeong
>            Assignee: Daewon Jeong
>            Priority: Minor
>             Fix For: 0.2.0
>
>
> https://lists.apache.org/thread.html/e9c9237c5468fd899f693352eb23cc514280df41d0d11ae8e51fac97@%3Cdev.s2graph.apache.org%3E
> I hope the LabelIndexOption has changed as suggested in the above link.
> LabelIndex option
> When creating a label index, create a direction item in the optionos field.
> - 'labelIndex' works for both directions.
> -  If there is no specific option, all of them expect to be true. (store indexEdge, store degree)
> -  If you want to apply a specific option for a specific direction, specify the direction in 'option'.
> Definition
> Ex)
>   in direction: drop indexEdge, drop degree  
>   out direction: store indexEdge, store degree 
> {code:title=LabelIndexOption|borderStyle=solid}
> {
>     "out": {
>         "method": "drop",
>         "storeDegree": false
>     }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)