summaryrefslogtreecommitdiffstats
path: root/debian/htdig/htdig-3.2.0b6/test/word.try2
blob: 29229e2587d0c1a55d7c0ba0a766ab66028f340e (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
#
# DocID and Location on the same byte
#
Key 
	Definition
		Word
			type 	= String
		end
		DocID
			type	= unsigned int
			bits	= 3
		end
		Location
			type	= unsigned int
			bits	= 2
		end
		Flags
			type	= unsigned int
			bits	= 8
		end
	end

	EncodingOrder 		= DocID,Location,Flags,Word

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