[
https://issues.apache.org/jira/browse/S2GRAPH-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daewon Jeong updated S2GRAPH-135:
---------------------------------
Description:
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}
was:
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
{quote}
{
"out": {
"method": "drop",
"storeDegree": false
}
}
{quote}
> 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
>
> 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)