/usr/share/tracker/tracker-statistics.xml is in tracker 2.0.3-1ubuntu4.
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 | <?xml version="1.0" encoding="UTF-8"?>
<!--
The "id" input parameters can represent, in the case of a file, the
full path and name of the file. In other cases, "id" can also be a
unique name or URI for the specified service.
The "id" field uniquely identifies an entity in Tracker regardless
of its service type. The live_query_id parameters in some search
and retrieval methods is used to indicate whether the query should
be "live". Liveness means the query can receive signals in real
time to remove hits that are no longer valid and add new ones that
are. These signals are emitted in response to file or volume
notifications. A value of -1 should be passed if live query
functionality is not desired. A live_query_id can be obtained in
the future from the LiveQuery Interface.
-->
<node name="/">
<interface name="org.freedesktop.Tracker1.Statistics">
<!-- Get statistics for services that have been indexed. Output is
in string array format: [service, no of entities]
-->
<method name="Get">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0"
value="QVector<QStringList>"/>
<arg type="aas" name="service_stats" direction="out" />
</method>
</interface>
</node>
|