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

Add support for fuzzy search #117

Open
kou opened this issue Dec 8, 2023 · 0 comments
Open

Add support for fuzzy search #117

kou opened this issue Dec 8, 2023 · 0 comments

Comments

@kou
Copy link
Member

kou commented Dec 8, 2023

Groonga provides fuzzy search feature (as an experimental feature) since 13.0.8.

We can add an option to enable fuzzy search for Japanese.

We need to do the followings to enable fuzzy search for Japanese:

  • Create needed PGroonga index(es) with TokenMecab
  • Add --fuzzy_max_distance_ratio 0.34 option to select (Groonga's select not SQL's SELECT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant