Files
pile/crates/pile-config/src/config.toml
2026-01-06 23:05:33 -08:00

16 lines
460 B
TOML

[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 }