We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d15720 commit 76b632bCopy full SHA for 76b632b
docs/internals/split-format.md
@@ -5,7 +5,10 @@ Quickwit's index are divided into small independent immutable piece of index cal
5
For convenience, a split consists in a single file, with the extension `.split`.
6
7
In reality, this file hides an internal mini static filesystem,
8
-with the tantivy index files.
+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.
12
13
The split file data layout looks like this:
14
- concatenation all of the files in the split
0 commit comments