PSeitz

Results 117 issues of PSeitz

1. The ingestion logs end with `exit_status=Killed`, that is misleading 2. The ingestion logs should make it clear that they append data, at the end they could also additionally display...

enhancement

## Issue Outline Currently there is no fuzzy support in quickwit. Fuzzy aims to provide a solution for mistypings (typographical errors). This is often done by finding all terms within...

enhancement

Would be nice to have grouped bar charts, like this https://chartio.com/assets/24e451/tutorials/charts/grouped-bar-charts/c1fde6017511bbef7ba9bb245a113c07f8ff32173a7c0d742a4e1eac1930a3c5/grouped-bar-example-1.png

A find declaration would be helpful in large projects. I could create a patch if someone points me to the code to change.

Feature Request

This is not implemented: https://github.com/swc-project/cli/blob/c1b75eb44846c699bbae2e70023e3ea1e5a1d5c1/src/dir.ts#L53

Track peak memory of tantivy for different scenarios over time Index Creation parameters: - With without index sorting - Fast fields (Single and Multi) - All field types (u64, i64,...

Currently the fast field codecs have their own interface which is normalized to u64 values. The conversion to u64 happens in the tantivy layer via `FastValue`. This separation causes a...

Fieldnorms record the number of tokens per document per field, which is used e.g. during search for scoring documents. fieldnorms are stored only as an approximation. Instead of storing the...

We could print a warning with a link to the docs outlining the limitations when using the filesystem as datadir or meta-store. It may ease onboarding new users.

enhancement