Initial pile-config

This commit is contained in:
2026-01-06 23:05:33 -08:00
parent 26ee97e98d
commit 3d9f0bd990
4 changed files with 213 additions and 0 deletions

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