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

Tracking: Inverted index #14825

Open
12 of 15 tasks
b41sh opened this issue Mar 4, 2024 · 0 comments · Fixed by #14912
Open
12 of 15 tasks

Tracking: Inverted index #14825

b41sh opened this issue Mar 4, 2024 · 0 comments · Fixed by #14912
Assignees
Labels

Comments

@b41sh
Copy link
Member

b41sh commented Mar 4, 2024

Summary

  • read/write inverted index data
  • add inverted index file locations to snapshot file
  • create/drop/refresh inverted index
  • pruning segments and blocks using inverted index
  • support sync refresh index after insert
  • support search functions(match, query, score)
  • support search with multiple fields and boosts
  • support index option filters and index record option
  • json item inverted index, make your column more schemaless
  • support Chinese tokenizer
  • optimize memory usage
  • merge small indexes when refresh
  • support refresh run in cluster mode
  • feat: add inverted index pruning status #15175
  • show indexes show inverted index

related to #14505

@b41sh b41sh added the Tracking label Mar 4, 2024
@b41sh b41sh self-assigned this Mar 4, 2024
@BohuTANG BohuTANG reopened this Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants