You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmassot
changed the title
Remove duplicate fast fields in warmup in search stream
Remove warmup done twice for the same fast field in search stream
Aug 29, 2021
… leaves. (#487)
* Fix#483, #484 and above all handle errors happening in leaves.
* Add test on search stream with a leaf error.
* Add test on leaf search stream result.
* Add cli serve tests on a local file index.
* Fix typo in tests.
* Fix typo in test variable name.
Co-authored-by: Adrien Guillo <adrien@quickwit.io>
* Improve code syntax/readability.
* Fix fmt
Co-authored-by: Adrien Guillo <adrien@quickwit.io>
Co-authored-by: Paul Masurel <paul@quickwit.io>
When
timestamp_field
andfast_field_to_collect
are the same, the warmup is done twice for the same field.The text was updated successfully, but these errors were encountered: