indexed substrings (prefixes only, for now), and untested AND and OR

support.
This commit is contained in:
leitner
2002-03-26 15:51:53 +00:00
parent c76ee598c0
commit 4792ff7c58
5 changed files with 117 additions and 82 deletions

3
FORMAT
View File

@@ -25,7 +25,8 @@ All integers are stored LITTLE ENDIAN.
char string_table[size_of_string_table];
uint32_t attribute_names[attribute_count];
uint32_t attribute_flags[attribute_count]; /* 1: match case insensitively */
uint32_t records[record_count][];
uint32_t records[record_count][]; /* in the same order as the records
are physically on disk */
/* indices_offset points here */
uint32_t record_index[record_count];
struct {