This file is indexed.

/usr/share/app-install/menu.d/top-rated.menu is in software-center 13.10-0ubuntu4.

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
<?xml version="1.0" encoding="UTF-8"?>
<Menu>

  
  <Menu>
    <Name>Top Rated</Name>
    <SCIcon>gtk-about</SCIcon>
    <Flags>
      <Flag>available-only</Flag>
      <Flag>carousel-only</Flag>
    </Flags>
    <SCSortMode>4</SCSortMode>
    <SCItemLimit>100</SCItemLimit>
    <Include>
      <And>
        <SCType>Application</SCType>
      </And>
    </Include>
  </Menu>
</Menu>