# # Index config file for stackoverflow dataset. # version: 0.8 index_id: stackoverflow doc_mapping: field_mappings: - name: title type: text tokenizer: default record: position stored: true - name: body type: text tokenizer: default record: position stored: true - name: creationDate type: datetime fast: true input_formats: - rfc3339 fast_precision: seconds timestamp_field: creationDate search_settings: default_search_fields: [title, body] indexing_settings: commit_timeout_secs: 10