Dependencies for Hayoo-1.2.3

hayooIndexer
hayooSnap

Flags

Automatic Flags
NameDescriptionDefault
hayoosnap4

Build Hayoo! search with Snap server version 4 or version 7

Enabled
hashedindex

Build with hashed index instead of compact index. The main difference between CompactIndex (default) and HashedIndex is the generation of document ids. With CompactIndex the document ids are generated sequentially by using a counter. So the ids are only valid per index. With HashedIndex the ids are generated by computing a hash value (64 bit) from the document URL. So these ids are valid across different indexes. This enables easy and efficient merging of separatly generated indexes. Updating indexes becomes mutch easier with this strategy. The drawback is a larger inverted index. The small numbers in the CompactIndex can be compressed much better than the large numbers generated by the hash function.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info