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

[Subtask]: Implement dictionary required by full text index #359

Closed
yingfeng opened this issue Dec 25, 2023 · 0 comments
Closed

[Subtask]: Implement dictionary required by full text index #359

yingfeng opened this issue Dec 25, 2023 · 0 comments
Assignees

Comments

@yingfeng
Copy link
Member

yingfeng commented Dec 25, 2023

Parent Issue

#358

iresearch has adopted openfst as the dictionary implementation which is similar with lucene. This design is over complicated but the performance is not that good, we need better fst implementation for new full text index.

This was referenced Feb 7, 2024
yuzhichang added a commit that referenced this issue Feb 13, 2024
### What problem does this PR solve?

Added DictionaryReader::Next

Issue link:#359

## Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
- [ ] Breaking Change (fix or feature that could cause existing
functionality not to work as expected)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
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

2 participants