Skip to content

Commit 76b632b

Browse files
authored
Add split_fields description to split spec (#5830)
1 parent 8d15720 commit 76b632b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/internals/split-format.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ Quickwit's index are divided into small independent immutable piece of index cal
55
For convenience, a split consists in a single file, with the extension `.split`.
66

77
In reality, this file hides an internal mini static filesystem,
8-
with the tantivy index files.
8+
with:
9+
- the Tantivy index files (`.idx`, `.pos`, `.term`...)
10+
- a Quickwit specific file with the list of fields, including those indexed as part of a JSON type.
11+
It contains the field name, type and capabilities.
912

1013
The split file data layout looks like this:
1114
- concatenation all of the files in the split

0 commit comments

Comments
 (0)