ServerTable
===========

General information
-------------------

Since version 3.1.7 mnoGoSearch has "ServerTable" indexer.conf command.
This works in SQL version and has no effect on built-in database.


Loading servers table
--------------------- 
When "ServerTable srv" is specified, indexer will load servers
information from given "srv" SQL table. Check the structure in
create/mysql/server.txt file. If there is no structure example for
your database, take it as an example. Please send us structure for
your database!

You may use several "ServerTable" command to load servers information
from different tables. 


Server table structure
----------------------
Servers table consists of all necessary fields which describe servers
parameters. Field names have correspondent indexer.conf commands.
For example, "period" field corresponds "Period" indexer.conf command.
Default field values are the same with default indexer.conf parameters.

"gindex" field corresponds "Index" command. Name is slightly changed to
avoid SQL reserved word usage.

"gindex","deletebad","use_robots","delete_no_server","use_clones" are
actually boolean parameters. 0 means "no", 1 means "yes".

"follow" field values are 0 for "page", 1 for "path", 2 for "site"
and 4 for "world".

Note that only those servers are read from the table where "active" field 
has 1 value. This is usefull to allow users to submit new URLs into servers
table and give administrator a possibility to approve added URLs.

