summaryrefslogtreecommitdiffstats
path: root/debian/htdig/htdig-3.2.0b6/test/word.try4
blob: b9e165abd1a3e48d80379382aa5caafad03a9040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# DocID and Location on the same byte and
# Location ends on a byte boundary.
#
Key 
	Definition
		Word
			type 	= String
		end
		DocID
			type	= unsigned int
			bits	= 3
		end
		Location
			type	= unsigned int
			bits	= 7
		end
		Flags
			type	= unsigned int
			bits	= 9
		end
	end

	EncodingOrder 		= DocID,Location,Flags,Word

	SortOrder 		= Word asc,DocID asc,Flags asc,Location asc
end