Skip to content

Failed to parse index_config #2407

@yangjinming1062

Description

@yangjinming1062

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.
image
image

Configuration:
Please provide:

  1. quickwit --version:0.3.1-nightly
  2. 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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions