Add default 8-part index

This commit is contained in:
Tim Van Baak 2020-04-29 23:24:08 -07:00
parent 8446adcc83
commit 2494d09c40
1 changed files with 42 additions and 1 deletions

View File

@ -36,7 +36,48 @@
}, },
"article": { "article": {
"index": { "index": {
"list": null, "list": [
{
"type": "char",
"pri": 0,
"pattern": "ABC"
},
{
"type": "char",
"pri": 0,
"pattern": "DEF"
},
{
"type": "char",
"pri": 0,
"pattern": "GHI"
},
{
"type": "char",
"pri": 0,
"pattern": "JKL"
},
{
"type": "char",
"pri": 0,
"pattern": "MNO"
},
{
"type": "char",
"pri": 0,
"pattern": "PQRS"
},
{
"type": "char",
"pri": 0,
"pattern": "TUV"
},
{
"type": "char",
"pri": 0,
"pattern": "WXYZ"
}
],
"capacity": null "capacity": null
}, },
"citation": { "citation": {