This file is indexed.

/usr/share/doc/swish++/examples/oo_indexing/oo.conf is in swish++ 6.1.5-2.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
# Copyright (C) 2004 Bastian Kleineidam <calvin@debian.org>
# The contents of this file are released in the Public Domain
# swish configuration entries for indexing OpenOffice documents

# the .openoffice suffix can be whatever you like, you must also
# adjust also the FilterFile entries
IncludeFile	text	*.openoffice

# replace /home/user/temp with a temporary path you like
# note that oototext.sh must be found in the PATH
# see also OpenOffice Documents http://books.evc-cit.info/
FilterFile *.sxd	oototext.sh %f > @/home/user/temp/%B.openoffice
FilterFile *.sxw	oototext.sh %f > @/home/user/temp/%B.openoffice
FilterFile *.sxc	oototext.sh %f > @/home/user/temp/%B.openoffice
FilterFile *.sxi	oototext.sh %f > @/home/user/temp/%B.openoffice