taotaoning commented on issue #2182: URL: https://github.com/apache/incubator-hugegraph/issues/2182#issuecomment-1487887080
> > vertexLabel 创建时没有开启类型索引,后续可以修改成开启吗?还是只能删除 vertexLabel 重建,我没有在相关文档找到修改 vertexLabel 操作 > > 这里的"类型索引"是指的 `labelIndex` 么? 没记错应该是不能直接修改的, 开启应该是创建的时候就需要指定, 不过先创建点/边之后再加其他索引, 那是可以自动 rebuild index 的. 类型索引是hubble页面上的说明,我在创建的时候没有指定开启,  这样我在查询的时候就无法使用g.V().hasLabel('xxx')查询语句,那么你这边说的自动rebuild index,请问有相关介绍吗 或者说可以在不重建VertexLabel的情况下,把这个类型索引更新为开启状态吗 -- 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]
