File: test_sort2.idx

package info (click to toggle)
idzebra 2.2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,572 kB
  • sloc: ansic: 54,389; xml: 27,058; sh: 5,892; makefile: 1,102; perl: 210; tcl: 64
file content (54 lines) | stat: -rw-r--r-- 1,018 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Zebra indexes as referred to from the *.abs-files.
#

# Traditional word index
# Used if completenss is 'incomplete field' (@attr 6=1) and
# structure is word/phrase/word-list/free-form-text/document-text
index w
completeness 0
position 1
charmap test_sort2.chr

# Phrase index
# Used if completeness is 'complete {sub}field' (@attr 6=2, @attr 6=3)
# and structure is word/phrase/word-list/free-form-text/document-text
index p
completeness 1
charmap test_sort2.chr

# URX (URL) index
# Used if structure=urx (@attr 4=104)
index u
completeness 0
charmap urx.chr

# Numeric index
# Used if structure=numeric (@attr 4=109)
index n
completeness 0
charmap numeric.chr

# Null map index (no mapping at all)
# Used if structure=key (@attr 4=3)
index 0
completeness 0
position 1
charmap @

# Year
# Used if structure=year (@attr 4=4)
index y
completeness 0
charmap @

# Date
# Used if structure=date (@attr 4=5)
index d
completeness 0
charmap @

# Sort, with prefixes to ignore
sort s
completeness 1
charmap test_sort2.chr