Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nebula 2.6.2 fulltext index function does not work well #3927

Closed
zhaochuanyun opened this issue Feb 22, 2022 · 2 comments
Closed

nebula 2.6.2 fulltext index function does not work well #3927

zhaochuanyun opened this issue Feb 22, 2022 · 2 comments
Assignees
Labels
community Source: who proposed the issue type/bug Type: something is unexpected wontfix Solution: this will not be worked on recently
Milestone

Comments

@zhaochuanyun
Copy link

Describe the bug

When the full-text indexed field value contains Japanese json strings, the full-text index does not work properly, and the failed full-text index request will be retried infinitely to ES.

Your Environments (required)

nebula version: 2.6.2

ref: https://discuss.nebula-graph.com.cn/t/topic/7644

@zhaochuanyun zhaochuanyun added the type/bug Type: something is unexpected label Feb 22, 2022
@rusonding
Copy link

+1

@cangfengzhs
Copy link
Contributor

The problem is caused by incomplete truncation of the last utf8 character. To fix this, we need to recognize the encoding of the text and truncate at full characters.

@Sophie-Xie Sophie-Xie added the wontfix Solution: this will not be worked on recently label Mar 15, 2022
@Sophie-Xie Sophie-Xie added the community Source: who proposed the issue label Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Source: who proposed the issue type/bug Type: something is unexpected wontfix Solution: this will not be worked on recently
Projects
None yet
Development

No branches or pull requests

4 participants