mnoGoSearch 3.2 reference manual: Full-featured search engine software | ||
---|---|---|
Prev | Chapter 9. Miscellaneous | Next |
Full database schema used by mnoGoSearch is defined in appropriate sql-scipts for database creation located under create subdirectory.
Table 9-1. server table schema
rec_id | Unique record identificator. |
enabled | A flag to enable/disable record for indexer. |
url | URL or pattern. |
alias | Alias used for url. |
period | Reindex period. |
tag | Tag value. |
category | Category value. |
charset | Default charset value. |
lang | Default language value. |
basic_auth | For basic authorozation. |
proxy | Proxy server to access documents from this resource. |
proxy_port | Proxy server port. |
proxy_auth | Proxy server autorization. |
maxhops | Maximum depth of way in "mouse" clicks from start url. |
gindex | A flag to enable/disable documents indexing. |
follow | A flag to enable/disable links following. |
deletebad | . |
use_robots | A flag to enable/disable robots.txt file using. |
use_clones | A flag to enable/disable "clones" detection. |
max_net_errors | Maximum network errors for this server. |
net_delay_time | Indexing delay time if a network error is occured. |
read_timeout | Network timeout value. |
command |
=S - this record is a server. =F - this record is a filter. |
match_type |
=0, UDM_MATCH_FULL - full coincedence. =1, UDM_MATCH_BEGIN - pattern is a URL prefix. =2, UDM_MATCH_SUBSTR - pattern is a URL substring. =3, UDM_MATCH_END - pattern is a URL suffix. =4, UDM_MATCH_REGEX - pattern is a regular expression. =5, UDM_MATCH_WILD - pattern is a wildcards pattern (* and ? wildcards may be used) . =6, UDM_MATCH_SUBNET - < not yet supported >. |
case_sense |
=1, - case insensitive comparison. =0, - case sensitive comparison. |
nomatch |
=1, - URLs not matchs this record is accepted. =0, - URL match this record is accepted. |
ordre | Sorting key, it define records order for server table loading. |
parent | If not null, this record is added automaticaly by indexer and url field contain a server name accepted on record pointed by this filed value. |
weight | This record weight for PopRank calculation. |
pop_weight | One link weight from pages of this server. Calculated automaticaly. Manualy change will have no effect. |