Don't Index Everything


It is always tempting to include *.* as a file specification and then to try and exclude things like executable files etc.

Although it is possible to do this, in practice you almost always end up overlooking a bunch of large irrelevant binary files. This makes indexing much slower and your index files unnecessarily large.

You should probably restrict *.* inclusions to specific folders where you know all the files are relevant.


Copyright © 1999 RedTree Development Inc. All rights reserved.
Information in this document is subject to change without notice.
Other products and companies referred to herein are trademarks or registered trademarks of their respective companies or mark holders.