Adrien Guillo

Results 96 comments of Adrien Guillo

Some pointers for a solution: - one global split store per node held by the indexing service. - split store is responsible for enforcing the space quota. - on startup,...

CI is breaking because our builder image is missing the dependency. Let me update it.

@semmjon, CI is now passing. So I'll let you rebase and merge this PR.

Looks good. This is a lengthy PR, so I'll do a second pass before approving.

Not able to reproduce. Most likely happened as I was adding a command to the CLI.

Unfortunately, publishing the docs from our main repo to our website repo is not automated (yet). The metrics page will eventually be available on `quickwit.io/docs`, probably when we release 0.4...

As discussed with Evance, let's go with: - removing the `document` field - populating snippets in a top-level field called `snippets` the same way we do for aggregations ```rust #[serde(skip_serializing_if...

I'm also hitting this bug and was able to reproduce. @nigel-andrews, can a push a fix this week?