Implemented Sort.
[idzebra-moved-to-github.git] / tab / default.idx
index c908a85..bb142cf 100644 (file)
@@ -1,19 +1,32 @@
+# Zebra indexes as referred to from the *.abs-files.
+#  $Id: default.idx,v 1.4 1998-02-10 12:03:06 adam Exp $
+#
+# Traditional word index
 index w
 completeness 0
 charmap string.chr
 
+# Phrase index
 index p
 completeness 1
 charmap string.chr
 
+# URX (URL) index
 index u
 completeness 0
 charmap urx.chr
 
+# Numeric index (integer only)
 index n
 completeness 0
 charmap numeric.chr
 
+# Null map index (no mapping at all)
 index 0
 completeness 0
 charmap @
+
+# Sort register (no mapping at all)
+sort s
+completeness 1
+charmap @