This file is indexed.

/usr/share/doc/libdbix-fulltextsearch-perl/README.developer is in libdbix-fulltextsearch-perl 0.73-10.

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
Current structure of the *_data tables:
1. Blob
	word  - contains word to look up
	idx - blob containing id's of all documents containg that word
		along with number of occurances
2. Column
	word_id - contains id of word to look up
	doc_id - contains id of doc
	count - contains number of occurances
3. Phrase
	word_id - contains id of word to look up
	doc_id - contains id of doc
	idx - contains locations of occurances