From 17d02d8f2ffbee491eab562f800589ab1c65f03a Mon Sep 17 00:00:00 2001
From: Daniel Naber Starting with Lucene 1.4 the compound file format became default. This
+ is simply a container for all files described in the next section. Compound (.cfs) --> FileCount, <DataOffset, FileName>FileCount,
+ FileDataFileCount FileCount --> VInt DataOffset --> Long FileName --> String FileData --> raw file data
+
+
+
+
+
+ Compound Files
+
+
+
+
+
+
Starting with Lucene 1.4 the compound file format became default. This + is simply a container for all files described in the next section.
+ +Compound (.cfs) --> FileCount, <DataOffset, FileName>FileCount, + FileDataFileCount
+ +FileCount --> VInt
+ +DataOffset --> Long
+ +FileName --> String
+ +FileData --> raw file data
+ +