quickwit-oss / quickwit-oss/quickwit
Refactor search / search stream
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Rust
- Stars
- 11.7k
- Forks
- 597
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 37
Description
We have several issues.
Right now the search stream logic is needlessly convoluted.
Also see #1744 #1745 #1749 #1693.
A lot of the logic is redundant.
One final key problem is that the logic we use to detect whether fast field are useful or not happens without fast field meta information.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the search stream logic and the related issues #1744, #1745, #1749, and #1693. The refactor is done when redundant logic is removed and fast-field usefulness detection uses fast-field metadata.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- search
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100