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
Inserting u64 values into a date field makes index writer panic called Result::unwrap()on anErr value: ErrorInThread("An index writer was killed.. A worker thread encountered an error (io::Error most likely) or panicked.")
Describe the bug
called
Result::unwrap()on an
Errvalue: ErrorInThread("An index writer was killed.. A worker thread encountered an error (io::Error most likely) or panicked.")
Which version of tantivy are you using?
0.22.0
To Reproduce
https://github.com/Barre/tantivy_indexing_panic_date_reproduction/blob/master/src/main.rs
The text was updated successfully, but these errors were encountered: