This file is indexed.

/usr/share/doc/python-xapian/html/_sources/examples.txt is in python-xapian 1.4.3-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
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Examples
********

.. _simplesearch:

simplesearch.py
==============

.. literalinclude :: examples/simplesearch.py
   :language: python
   :emphasize-lines: 12,15-18
   :linenos:

.. _simpleindex:

simpleindex.py
==============

.. literalinclude :: examples/simpleindex.py
   :language: python
   :emphasize-lines: 12,15-18
   :linenos:

.. _simpleexpand:

simpleexpand.py
===============

.. literalinclude :: examples/simpleexpand.py
   :language: python
   :emphasize-lines: 12,15-18
   :linenos:

.. _simplematchdecider:


simplematchdecider.py
=====================

.. literalinclude :: examples/simplematchdecider.py
   :language: python
   :emphasize-lines: 12,15-18
   :linenos: