PSeitz
PSeitz
It's still flaky with telemetry disabled ```rust thread 'test_ingest_docs_cli' panicked at 'assertion failed: `(left == right)` left: `0`, right: `1`', quickwit-cli/tests/cli.rs:261:5 failures: test_ingest_docs_cli test result: FAILED. 15 passed; 1 failed;...
Jquery uses this pattern, I think it's a proper name for a failure. http://api.jquery.com/deferred.fail/
Seems to be slightly slower than fx hash ``` test bench::bench_build_parametricdfa_damerau_perf_1 ... bench: 3,149 ns/iter (+/- 58) test bench::bench_build_parametricdfa_damerau_perf_2_profile ... bench: 29,821 ns/iter (+/- 7,170) test bench::bench_build_parametricdfa_perf_1 ... bench: 2,020...
Thanks for the bug report. The first stacktrace from `atos` is garbled, it doesn't make sense. The second stacktrace does make sense, but looking at the code and I don't...
Index sorting is kinda a misnomer, the index is not sorted, but the segments. This feature will not really provide deterministic search results. If you index single threaded, with a...
> each segment within the index will assign DocIds such that DocId order is the same as intval's order. Is that right? A DocId is the ordinal of the Document...
> I would like to ping this as making the default document type more opinionated increases the need for full flexibility when writing custom deserializers. > > I think the...
If you want to reduce complexity, you can convert your document from the JSON value instead of implementing the deserialize trait. The whole document as trait stuff is about indexing...
``` Peak Memory 42308307 : "hdfs TantivyDocument" Peak Memory 28708435 : "hdfs TantivyDocumentMedVec" Peak Memory 25155841 : "hdfs DocContainerRef" Peak Memory 25456237 : "hdfs CompactDoc" // Current version in PR...
What kind of SpanQuery do you use? We support phrase query with slop, but there is no such low level building block for spans. https://docs.rs/tantivy/latest/tantivy/query/struct.PhraseQuery.html#method.set_slop