Replies: 4 comments 4 replies
-
The 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 [2]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@dosu, you should refer #884 (comment) to answer the question in English
The implementation of attribute indexes in hugegraph depends on the storage and mainly relies on lsm-tree; the implementation principle of full-text indexes is to perform word segmentation on the attribute text and then store the index. Reference document: 2.5 IndexLabel Perhaps we can use some automatic translation plugins or LLM to automatically summarize and translate some common historical questions |
Beta Was this translation helpful? Give feedback.
-
So what I think is that Hugegraph right now has very limited capability in terms of search. Since external search engine support isn't supported right now therefore that pain will be there till the time its not implemented. I feel supporting external search engine like Elasticsearch, and vector DB will make this even more powerful. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In Janusgraph secondary index used to be e.g elastic search, same way in hugegraph also has that concept?
What is the role of
secondary()
here and how it works?Also, full text search isnt supported yet, so what is the future plan for this?
Beta Was this translation helpful? Give feedback.
All reactions