PSeitz

Results 117 issues of PSeitz

Executed `cargo test` ``` test test_delete_index_cli ... FAILED test test_cmd_search_aggregation ... FAILED test test_all_local_index ... FAILED test test_ingest_docs_cli ... FAILED test test_garbage_collect_index_cli ... FAILED test test_garbage_collect_cli_no_grace ... FAILED failures: ----...

bug
flaky test

Improve Error message when we can't find the `quickwit.yaml` This may happen if the quickwit binary is a system package, which is the case with nixOS https://search.nixos.org/packages?query=Quickwit Currently I think...

I really like `group_by`, but there is a limitation I sometimes run into, when transforming iterators, due to the temporary values. Currently that forces to consume the group_by always locally....

It would be nice if the output had some indentation, e.g. 4 space per nesting, so it could be read more easily

help wanted

Add benchmarks for the silesia corpus https://sun.aei.polsl.pl//~sdeor/index.php?page=silesia

I found that info in a bug, would be nice in the docs straightaway.

Hi, awesome library and documentation. The explanations are really nice to read. I have an example that should probably match but, doesn't. I guess it has to do something with...

bug

a separate callback with .fail() would be cleaner instead a second parameter within done to catch rejected promises

- fix clippy - use fx hashmap ``` HashMap test bench::bench_build_parametricdfa_damerau_perf_1 ... bench: 4,434 ns/iter (+/- 59) test bench::bench_build_parametricdfa_damerau_perf_2_profile ... bench: 24,584 ns/iter (+/- 431) test bench::bench_build_parametricdfa_damerau_perf_3_profile ... bench: 103,651...

add new field id_num add range queries over id_num ![Screenshot_20221229_120230](https://user-images.githubusercontent.com/1109503/209901905-41804126-71bd-4018-8e76-531265547215.png)