This file is indexed.

/usr/share/glib-2.0/schemas/org.freedesktop.Tracker.Extract.gschema.xml is in tracker 0.14.0-2ubuntu1.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/freedesktop/tracker/extract/" id="org.freedesktop.Tracker.Extract" gettext-domain="tracker">
    <key name="verbosity" enum="org.freedesktop.Tracker.TrackerVerbosity">
      <default>'errors'</default>
      <summary>Log verbosity</summary>
      <description>Log verbosity.</description>
    </key>

    <key name="sched-idle" enum="org.freedesktop.Tracker.TrackerSchedIdle">
      <default>'first-index'</default>
      <summary>Scheduler priority when idle</summary>
      <description>The scheduler is the kernel component that decides which runnable application will be executed by the CPU next. Each application has an associated scheduling policy and priority.</description>
    </key>

    <key type="i" name="max-bytes">
      <summary>Max bytes to extract</summary>
      <description>Maximum number of UTF-8 bytes to extract.</description>
      <range min="0" max="10485760"/>
      <default>1048576</default>
    </key>
  </schema>
</schemalist>