quickwit
quickwit copied to clipboard
Issue/2042
Description
Changed the IndexRecordOption to an option that is now set to None from an IndexRecordOption::Basic
How was this PR tested?
Cargo test to check for regression and successfully created the index defined in issue #2042 . Added some unit tests to ensure the correct behaviour
Let's take the opportunity of this PR to add the same check for
QuickwitJsonOptions.
Should record in QuickwitJsonOptions also be an Option then ?
@nigel-andrews probably. 1- Add a similar unit test and tell us if it is necessary 2- if it is not broken today, dig into it and explain why it is different... do we have a check missing etc.