This file is indexed.

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

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
<?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>

    <key type="i" name="max-media-art-width">
      <summary>Max media art width</summary>
      <description>Maximum width in pixels for any media art extracted. Anything bigger is resized. Set to -1 to disable saving media art from files. Setting to 0 sets no limit on the media art width.</description>
      <range min="-1" max="2048"/>
      <default>0</default>
    </key>

    <key type="b" name="wait-for-miner-fs">
      <summary>Wait for FS miner to be done before extracting</summary>
      <description>When true, tracker-extract will wait for tracker-miner-fs to be done crawling before extracting meta-data. This option is useful on constrained environment where it is important to list files as fast as possible and can wait to get meta-data later.</description>
      <default>false</default>
    </key>
  </schema>
</schemalist>