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