quickwit
quickwit copied to clipboard
Refactor search / search stream
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.
I think this can be closed thanks to #1752 or did you have more in mind @fulmicoton ?
Yes I think we can have a deeper look at this. The current code is still very redundant / not very good...
(I added #1693 to the ticket to the list of ticket to consider )