GitHub user dosubot[bot] added a comment to the discussion: Secondary index and full tet query in Hugegraph
<!-- Answer --> The `secondary()` method in HugeGraph is used to create a secondary index on a vertex or edge label. This type of index improves the performance of queries that filter vertices or edges based on property values. In your example, the `secondary()` method is used to create an index on the "age" property of the "person" vertex label, allowing for efficient querying by this property <sup>[[1]](https://github.com/apache/incubator-hugegraph/blob/master/hugegraph-server/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example2.java)</sup>. Regarding full-text search, it is currently not supported in HugeGraph, and I couldn't find specific information about future plans or a roadmap for supporting full-text search in the repository <sup>[[2]](https://github.com/apache/incubator-hugegraph/blob/master/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/b626c470-c9d9-45d7-8ef7-66d5c3329633?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/b626c470-c9d9-45d7-8ef7-66d5c3329633?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/b626c470-c9d9-45d7-8ef7-66d5c3329633?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/b626c470-c9d9-45d7-8ef7-66d5c3329633?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/b626c470-c9d9-45d7-8ef7-66d5c3329633?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/b626c470-c9d9-45d7-8ef7-66d5c3329633?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/b626c470-c9d9-45d7-8ef7-66d5c3329633?feedback_type=other)</sup> GitHub link: https://github.com/apache/incubator-hugegraph/discussions/2739#discussioncomment-12328059 ---- This is an automatically sent email for dev@hugegraph.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@hugegraph.apache.org