-
Notifications
You must be signed in to change notification settings - Fork 492
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I used the 0 as version in the index_config.yaml just like quickstart, but I found error when I create index.


Configuration:
Please provide:
- quickwit --version:0.3.1-nightly
- The index_config.yaml
---
version: 0 # File format version.
index_id: traceback
doc_mapping:
field_mappings:
- name: id
type: u64
fast: true
- name: raw_content
type: text
tokenizer: default
record: position
search_settings:
default_search_fields: [raw_content]
sources:
- source_id: source-kafka
source_type: kafka
params:
topic: UserAction
client_params:
bootstrap.servers: 127.0.0.1
group.id: FullText
security.protocol: PLAINTEXT
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working