Daewon Jeong created S2GRAPH-140:
------------------------------------

             Summary: A bug where the index name is '_PK' but not the first 
index
                 Key: S2GRAPH-140
                 URL: https://issues.apache.org/jira/browse/S2GRAPH-140
             Project: S2Graph
          Issue Type: Bug
            Reporter: Daewon Jeong
            Priority: Minor


In the code below, if the index name is '_PK', it is assumed to be the first 
index unconditionally.

{code}
  if (indexName == LabelIndex.DefaultName) LabelIndex.DefaultSeq
{code}

However, if the first index name is 'idx_1' and the added index name is '_PK', 
the query will not be executed.





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

Reply via email to