imbajin commented on issue #2182: URL: https://github.com/apache/incubator-hugegraph/issues/2182#issuecomment-1487961074
那个就是 labelIndex, 我们后续会优化一下文档描述 (或者给一个英文后面备注) 目前应该是不能修改它重建的, 需要创建的时候指定之前说了, 你说的 hasLabel 不能使用, 如果是主键模式 ID, 可以直接拼接一下 `labelID:xxx` 这样直接查询, 还更快一点, 要用就需要删掉重建目前, 之后可考虑支持在线修改 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
