This file is indexed.

/usr/share/idzebra-2.0/tab/var1.var is in idzebra-2.0-common 2.0.59-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
55
56
57
58
59
60
61
62
63
# Definition of the variant set Variant-1.
# Variant triple syntax is '<VAR class type value>'. Eg.
# <var body iana "application/postscript"> or <var lang lang "eng">.
#

name variant-1
reference Variant-1

class 1 variantId

  type	1	variantId		octetstring

class 2 body

  type	1	iana			string
  type	2	z39.50			string
  type	3	other			string

class 3 format

  type	1	characters-per-line	int
  type	2	line-length		int

  # More types here......

class 4 lang

  type	1	lang			string
  type	2	charset			int
  type	3	charset-id		oid
  type	4	encoding-id		oid
  type	5	private-string		string

class 5 piece

  type	1	fragment-wanted		int
  type	2	fragment-returned	int
  type	3	start			intunit
  type	4	end			intunit
  type	5	howmuch			intunit
  type	6	step			intunit
  type	7	targettoken		octetstring

class 6 metadata-requested

  type	1	cost			intunit
  type	2	size			intunit
  type	3	hitsvar			null
  type	4	hitsnonvar		null
  type	5	variantlist		null
  type	6	isvariantsupported	null
  type	7	documentdescriptor	null
  type	8	surrogateinformation	null
  type	998	allmetadata		null
  type	999	othermetadata		oid

class 7	metadata-returned

  type	1	cost			intunit

  # More...

# More classes, too...