This file is indexed.

/usr/share/xapian-omega/templates/inc/toptermsjs is in xapian-omega 1.2.8-1.

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
<script type="text/javascript" language="javascript"><!--
function C(c) {var i, o;
o = " "+document.P.P.value+" ";
i = o.lastIndexOf(" "+c.value+" ");
if (i!=-1) {
  document.P.P.value =
  o.substring(1,i)+o.substring(i+c.value.length+1,o.length-1);
} else {
  document.P.P.value = document.P.P.value+" "+c.value;
}}
// -->
</script>