16 lines
460 B
TOML
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 }
|