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, which helps improve query performance by allowing efficient retrieval based on specific attributes. This type of index is typically implemented using B-tree or hash structures <sup>[[1]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/en/docs/clients/hugegraph-client.md)</sup>. Regarding full-text search, HugeGraph already supports it through the `search()` method, which allows for full-text search capabilities <sup>[[1]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/en/docs/clients/hugegraph-client.md)</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/24af0f18-4f0c-416c-9352-6b939e2add9e?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/24af0f18-4f0c-416c-9352-6b939e2add9e?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/24af0f18-4f0c-416c-9352-6b939e2add9e?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/24af0f18-4f0c-416c-9352-6b939e2add9e?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/24af0f18-4f0c-416c-9352-6b939e2add9e?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/24af0f18-4f0c-416c-9352-6b939e2add9e?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/24af0f18-4f0c-416c-9352-6b939e2add9e?feedback_type=other)</sup> GitHub link: https://github.com/apache/incubator-hugegraph/discussions/2739#discussioncomment-12334952 ---- This is an automatically sent email for dev@hugegraph.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@hugegraph.apache.org