improvements to zebra configuration files
[koha.git] / etc / zebradb / etc / default.idx
1 # Zebra indexes as referred to from the *.abs-files.
2 #  $Id: default.idx,v 1.10.2.1 2004/09/16 14:07:50 adam 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 alwaysmatches 1
12 firstinfield 1
13 charmap word-phrase-utf.chr
14 #firstinfield 1
15
16 # Phrase index
17 # Used if completeness is 'complete {sub}field' (@attr 6=2, @attr 6=1)
18 # and structure is word/phrase/word-list/free-form-text/document-text
19 index p
20 completeness 1
21 charmap word-phrase-utf.chr
22 #firstinfield 1
23
24 # URX (URL) index
25 # Used if structure=urx (@attr 4=104)
26 index u
27 completeness 0
28 charmap urx.chr
29
30 # Numeric index
31 # Used if structure=numeric (@attr 4=109)
32 index n
33 completeness 0
34 charmap numeric.chr
35
36 # Null map index (no mapping at all)
37 # Used if structure=key (@attr 4=3)
38 index 0
39 completeness 0
40 position 1
41 charmap @
42
43 # Year
44 # Used if structure=year (@attr 4=4)
45 index y
46 completeness 0
47 charmap @
48
49 # Date
50 # Used if structure=date (@attr 4=5)
51 index d
52 completeness 0
53 charmap @
54
55 # Sort register
56 sort s
57 completeness 1
58 charmap sort-string-utf.chr
59