summaryrefslogtreecommitdiffstats
path: root/debian/htdig/htdig-3.2.0b6/test/word.try1
blob: 88166a38031f2127150e8dad53e8e143499e7531 (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
#
# Simple non aligned
#
Key 
	Definition
		Word
			type 	= String
		end
		DocID
			type	= unsigned int
			bits	= 5
		end
		Location
			type	= unsigned int
			bits	= 16
		end
		Flags
			type	= unsigned int
			bits	= 8
		end
	end

	EncodingOrder 		= DocID,Flags,Location,Word

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