home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-01-16 | 1.1 KB | 42 lines |
- # Search configuration file.
- #
- # Format:
- #
- # [<index-name>]
- # Index Directories = <list of directories to index>
- # Exclude Directories = <space separated list of directories and/or files
- # to exclude from indexing>
- # Automatic Reindex = [never | daily | weekly | montly]
- # Use META tags = [true | false]
- # Only index META tags = [true | false]
- #
- #
- #
- # Notes:
- #
- # index-name The index name can have only alpha-numeric characters,
- # no spaces are allowed!
- # Automatic Reindex If running at midnight on the appointed day, the server
- # will automatically re-index using the specified
- # index and exclude directories.
- #
- # Old indexes can consume large amounts of disk space and should be
- # removed from the $SAMBAR/search directory.
- #
-
- [docs]
- Index Directories = syshelp
- Exclude Directories =
- Automatic Reindex = never
- Use META tags = false
- Only index META tags = false
- Cache Pages = 20
-
- [search]
- Index Directories = *
- Exclude Directories =
- Automatic Reindex = never
- Use META tags = false
- Only index META tags = false
- Cache Pages = 20
-