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 charmap word-phrase-utf.chr
12 #firstinfield 1
13
14 # Phrase index
15 # Used if completeness is 'complete {sub}field' (@attr 6=2, @attr 6=1)
16 # and structure is word/phrase/word-list/free-form-text/document-text
17 index p
18 completeness 1
19 charmap word-phrase-utf.chr
20 #firstinfield 1
21
22 # URX (URL) index
23 # Used if structure=urx (@attr 4=104)
24 index u
25 completeness 0
26 charmap urx.chr
27
28 # Numeric index
29 # Used if structure=numeric (@attr 4=109)
30 index n
31 completeness 0
32 charmap numeric.chr
33
34 # Null map index (no mapping at all)
35 # Used if structure=key (@attr 4=3)
36 index 0
37 completeness 0
38 position 1
39 charmap @
40
41 # Year
42 # Used if structure=year (@attr 4=4)
43 index y
44 completeness 0
45 charmap @
46
47 # Date
48 # Used if structure=date (@attr 4=5)
49 index d
50 completeness 0
51 charmap @
52
53 # Sort register
54 sort s
55 completeness 1
56 charmap sort-string-utf.chr
57