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 349 quickwit issues
Sort by recently updated
recently updated
newest added

The option is basically ignored and fieldnorms are always generated. With a log management and analytics use case in mind, the default should be false.

bug

Tantivy offers a way to return a sample of the documents that contains some passage containiing the matched keywords. It would be nice to add this feature to quickwit's API.

enhancement
project:gambit

Added partition_id to split metadata data. The `partition_id` is required for the merge planner to avoid merging splits with different `partition_id`. Related to #1796 and #1795 This PR also changes...

Hi. After reading the documentation it is not clear for me, how upgrade and downgrade processes should be performed over Quickwit. Could you please describe somewhere in the documentation: -...

I’m using dynamic mapping to ingest a JSON object with a field of an array of JSON objects. If the array element has a field with value that has -,...

bug

Right now, Quickwit only long term caches are: - a cache use to store split footer (which contains the so-called hotcache) - a cache to cache fast field data (a...

enhancement

Currently Quickwit's indexing is not distributed. Our plan for distributed indexing is to rely on dispatching indexing over a set of indexing nodes, using a `(subset-of-partitions of a source)` as...

enhancement
reserved

### Description This converts kafka_source to be based on Kafka consumer group membership but with offset storage still maintained by Quickwit. Once completed this will maintain exactly-once processing semantics on...

This ticket is actually about two similar problems: # Merge filtering. Right now a MergePlanner is instantiated for each index pipeline. It is initialized withthe list of existing splits as...

enhancement
project:happy-plazza
project:seize

Not saying this is easy but there's gotta be a way :)

enhancement