Indices 0.1d Readme:

Sumery:

This is a program to display information about the indices that the BFS filesystem maintains.  It currently displays a simple list of all installed indices on the boot volume and nothing more. However, this is an early release and more is planed.

About BFS Indices:

BFS has the capabilty to create an index on any attribute, which can then be used for fast lookups of files that have that attribute. However, the system doesn't provide an interface to its indices for the end user. Therefore, this program. 

To learn more about attributes, read the BeOS user docs. 
To learn more about BFS, read Dominic Giampaolo's exelent book _Practical file system design with the Be file system_.

Compatabilty:

I have only included an R3 PPC binary, but I see no reason why it shouldn't build on either platform or for R4.

Indices is distributed under the GPL, and therefor source is included in the archive.

To do:

	Display volumes other than the boot volume.
	Display more information about the indices, such as size.

I'd like to eventually add the capabilty to create new indices and delete unused ones.