mnoGoSearch Usage
Indexing
To start indexing please go to Indexer tab, select Index in Action menu and press Start button.
You can stop or pause indexing any moment you wish. After indexing is complete press Statistics button to view number of indexed documents, errors, etc.
Just run indexer once a week (a day, an hour ...) to find the latest modifications in your web sites.
Document expiration period
By default, indexer reindexes only expired documents. You can change expiration period in seconds in Server Settings Options tab Period field. If you want to reindex all documents irrelevant if those are expired or not, select Mark for reindex all option in Action menu of Indexer tab, then press Start. indexer will mark all documents as expired.
How to clear database entries
To clear database entries select Clear option in Action menu of Indexer tab, then press Start. Indexer will delete all database entries.
Database Statistics
Press Statistics button in Indexer tab to see database statistics, including count of total and expired documents of each status.
Table 6.1. Status codes
| 0 |
New (not indexed yet) URL, this one is not an HTTP response code, while the rest of the status codes are. |
| 200 |
"OK" (url is successfully indexed) |
| 301 |
"Moved Permanently" (redirect to another URL) |
| 302 |
"Moved Temporarily" (redirect to another URL) |
| 303 |
"See Other" (redirect to another URL) |
| 304 |
"Not modified" (url has not been modified since last indexing) |
| 401 |
"Authorization required" (use login/password for given URL) |
| 403 |
"Forbidden" (you have no access to this URL(s)) |
| 404 |
"Not found" (there were references to URLs that do not exist) |
| 500 |
"Internal Server Error" (error in cgi, etc) |
| 503 |
"Service Unavailable" (host is down, connection timed out) |
| 504 |
"Gateway Timeout" (read timeout when retrieving document) |
HTTP 401 means that this URL is password protected. You can use set login and password for this URL(s) in Server Settings Access tab.
HTTP 404 means that you have incorrect reference in one of your document (reference to resource that does not exist).
|