This file is indexed.

/usr/share/doc/sary/README is in sary 1:1.2.0-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
Sary - a set of a suffix array library and tools

Sary is a suffix array library and tools. It provides fast
full-text search facilities for text files on the order of
10 to 100 MB using a data structure called a suffix array.
It can also search specific fields in a text file by
assigning index points to those fields.  Sary is a free
software under the terms of the GNU Lesser General Public
License version 2. See the COPYING file for details.

The latest version is available at:
<http://sary.namazu.org/>

Characteristics:

  * Fast full-text search for huge text files.
    - With suffix array.  `mmap' are used for performance.
  * Flexible construction of suffix array.
    - Indexer can be easily extended.
  * Useful tools
    - mksary: constructs suffix array.
    - sary: performs full-text search using suffix array.
  * Easy-to-understand source codes. (I hope so.)
    - Written in C but OO fashion. Simple and compact.

Requirements:

  * GLib <http://developer.gnome.org/doc/API/glib/>
    - Available at <ftp://ftp.gtk.org/pub/gtk/>

--
satoru@namazu.org