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