meta.json
{
"buildTimestamp": 1678401324166,
"buildID": "pS4o1TLtwgv2KFkjloZC3",
"entriesPerShard": 8,
"entries": 0,
"vectorCachePath": "vectors.lps",
"columns": {
"id": {
"type": "string",
"path": "id.json"
},
"title": {
"type": "string",
"path": "title.json"
},
"words": {
"type": "string[]",
"isVectorIndexed": true,
"path": "words.json"
},
"link": {
"type": "string",
"path": "link.json"
},
"tags": {
"type": "string[]",
"path": "tags.json"
},
"author": {
"type": "object",
"path": "author.json"
},
"timestamp": {
"type": "number",
"path": "timestamp.json"
}
}
}