Initial pile-config
This commit is contained in:
15
crates/pile-config/src/config.toml
Normal file
15
crates/pile-config/src/config.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[dataset]
|
||||
name = "dataset"
|
||||
list_dir = "./lists"
|
||||
|
||||
[schema]
|
||||
description = { type = "text", path = "$.metadata.description" }
|
||||
title = { type = "text", path = "$.metadata.title" }
|
||||
author = { type = "text", path = "$.metadata.author" }
|
||||
language = { type = "text", path = "$.metadata.language" }
|
||||
aacid = { type = "text", path = "$.aacid" }
|
||||
zlibrary_id = { type = "text", path = "$.metadata.zlibrary_id" }
|
||||
|
||||
[fts]
|
||||
dir = "./fts"
|
||||
field.description = { tokenize = true }
|
||||
Reference in New Issue
Block a user