Sha256: f47b99ef7115b93e949e9e262f10cda6da1b1588811bcc162e7964ff0203004b

Contents?: true

Size: 1.08 KB

Versions: 3

Compression:

Stored size: 1.08 KB

Contents

# Zebra indexes as referred to from the *.abs-files.
#  $Id: default.idx,v 1.10.2.1 2004/09/16 14:07:50 adam Exp $
#

# 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 word-phrase-utf.chr
#firstinfield 1

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

# 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 register
sort s
completeness 1
charmap sort-string-utf.chr

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
zcc-0.0.3 examples/zebra/tab/default.idx
zcc-0.1.0 examples/zebra/tab/default.idx
zcc-0.2.0 examples/zebra/tab/default.idx