dosubot[bot] commented on issue #2805:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2805#issuecomment-2978791923

   <!-- Answer -->
   HugeGraph 的代码和文档中没有明确提到“18种 type”,但核心类型主要定义在 HugeType.java 里,包括 schema 类型(如 
VERTEX_LABEL、EDGE_LABEL、PROPERTY_KEY、INDEX_LABEL)、数据类型(如 
VERTEX、EDGE、EDGE_OUT、EDGE_IN)、以及多种索引类型(如 
SECONDARY_INDEX、RANGE_INT_INDEX、SEARCH_INDEX、UNIQUE_INDEX 等),还有系统类型(如 
TASK、SERVER、SYS_SCHEMA)等。你可以参考 HugeType 的完整定义,具体类型包括但不限于:
   
   
VERTEX_LABEL、EDGE_LABEL、PROPERTY_KEY、INDEX_LABEL、VERTEX、EDGE、EDGE_OUT、EDGE_IN、SECONDARY_INDEX、VERTEX_LABEL_INDEX、EDGE_LABEL_INDEX、RANGE_INT_INDEX、RANGE_FLOAT_INDEX、RANGE_LONG_INDEX、RANGE_DOUBLE_INDEX、SEARCH_INDEX、SHARD_INDEX、UNIQUE_INDEX、TASK、SERVER、SYS_SCHEMA
 
等[源码参考](https://github.com/apache/incubator-hugegraph/blob/dce7995d9aa68a24bf21c8c5940d5747905feb3e/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java)。
   
   如果你说的“18种 type”是指某个具体的 API、存储或业务场景下的类型子集,建议补充下具体上下文,我可以帮你进一步定位。
   
   
   <!-- Dosu Comment Footer -->
   *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).*
   
   ---
   <sup>How did I do? 
[Good](https://app.dosu.dev/response-feedback/f585f532-a289-445a-b5a3-60299f0b8c3f?feedback_type=great_response)
 | 
[Irrelevant](https://app.dosu.dev/response-feedback/f585f532-a289-445a-b5a3-60299f0b8c3f?feedback_type=irrelevant_answer)
 | 
[Incorrect](https://app.dosu.dev/response-feedback/f585f532-a289-445a-b5a3-60299f0b8c3f?feedback_type=incorrect_sources)
 | 
[Verbose](https://app.dosu.dev/response-feedback/f585f532-a289-445a-b5a3-60299f0b8c3f?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/f585f532-a289-445a-b5a3-60299f0b8c3f?feedback_type=hallucination)
 | [Report 
🐛](https://app.dosu.dev/response-feedback/f585f532-a289-445a-b5a3-60299f0b8c3f?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/f585f532-a289-445a-b5a3-60299f0b8c3f?feedback_type=other)</sup>&nbsp;&nbsp;[![Join
 
Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[!
 [Share on 
X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/incubator-hugegraph/issues/2805)


-- 
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]

Reply via email to