quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.

Results 254 quickwit issues
Sort by recently updated
recently updated
newest added

### Description Per title. I also updated the builder image. ### How was this PR tested? Ran `make fmt` and `make test-all`

### Description Per title. ### How was this PR tested? Ran `cargo test -- quickwit-search`

### Description Refactor a bit how we build cluster members and how we use it. One benefit is that you can define the search client pool without depending on `Cluster`...

### Description Add a metastore service with 2 implementations: - One backed by a `Metastore` instance. - One backed by a gRPC client. ### Important note The PR still needs...

### Description Per title. ### How was this PR tested? Pending

### Description I moved the event handling logic into the main actor using sync channels in the consumer context. This simplifies the code, removes the need for messing with the...

### Description This PR introduces the notion of "indexing generation". An indexing generation covers the period between two rebalances. Each time a rebalance occurs, the source increments the indexing generation....

Implement support for snippet highlight in tantivy Closes https://github.com/quickwit-oss/quickwit/issues/1789

**Describe the bug** A clear and concise description of what the bug is. While installing, I encountered the following error: I am using centos7. **Expected behavior** A clear and concise...

bug