mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-09 02:22:54 +00:00
41 lines
740 B
JSON
41 lines
740 B
JSON
{
|
|
"index_settings": {
|
|
"docstore_compression": "lz4",
|
|
"docstore_blocksize": 16384
|
|
},
|
|
"segments": [
|
|
{
|
|
"segment_id": "00000000-0000-0000-0000-000000000000",
|
|
"max_doc": 1,
|
|
"deletes": null
|
|
}
|
|
],
|
|
"schema": [
|
|
{
|
|
"name": "label",
|
|
"type": "text",
|
|
"options": {
|
|
"indexing": {
|
|
"record": "position",
|
|
"fieldnorms": true,
|
|
"tokenizer": "default"
|
|
},
|
|
"stored": true,
|
|
"fast": false
|
|
}
|
|
},
|
|
{
|
|
"name": "date",
|
|
"type": "date",
|
|
"options": {
|
|
"indexed": true,
|
|
"fieldnorms": true,
|
|
"fast": false,
|
|
"stored": true,
|
|
"precision": "seconds"
|
|
}
|
|
}
|
|
],
|
|
"opstamp": 2
|
|
}
|