ddfc9ecaa18b897a5106509573edd3512beb9a59
[idzebra-moved-to-github.git] / test / sort2 / default.idx
1 # Zebra indexes as referred to from the *.abs-files.
2 #  $Id: default.idx,v 1.1 2004-09-14 14:35:52 quinn Exp $
3 #
4
5 # Traditional word index
6 # Used if completenss is 'incomplete field' (@attr 6=1) and
7 # structure is word/phrase/word-list/free-form-text/document-text
8 index w
9 completeness 0
10 position 1
11 charmap sort.chr
12
13 # Phrase index
14 # Used if completeness is 'complete {sub}field' (@attr 6=2, @attr 6=1)
15 # and structure is word/phrase/word-list/free-form-text/document-text
16 index p
17 completeness 1
18 charmap sort.chr
19
20 # URX (URL) index
21 # Used if structure=urx (@attr 4=104)
22 index u
23 completeness 0
24 charmap urx.chr
25
26 # Numeric index
27 # Used if structure=numeric (@attr 4=109)
28 index n
29 completeness 0
30 charmap numeric.chr
31
32 # Null map index (no mapping at all)
33 # Used if structure=key (@attr 4=3)
34 index 0
35 completeness 0
36 position 1
37 charmap @
38
39 # Year
40 # Used if structure=year (@attr 4=4)
41 index y
42 completeness 0
43 charmap @
44
45 # Date
46 # Used if structure=date (@attr 4=5)
47 index d
48 completeness 0
49 charmap @
50
51 # Sort, with prefixes to ignore
52 sort s
53 completeness 1
54 charmap sort.chr
55