Build an index of the directory(s) indicated (relative to the documents
directory) and append the documents found to the site search index.
A space separated list of one or more directories is expected for the
list of directories to index. Care must be taken not to index a directory
or file twice; directories are recursively traversed.
To add a new search index, you must manually edit the config/search.ini file. After modifying the search.ini file, the server must be restarted. A star (*) indicates that all documents under the document directory should be indexed. To specify directories within the Sambar Server documents directory no leading slash (/) should be specified.
A space separated list of directories or files to exclude may be provided
in the second input window. These directories/files may contain the
wild-card characters star (*) and question-mark (?) to match against
(i.e. To use the default include and exclude directory lists found in the config/search.ini file, both sections should be left blank. |