Author: Rich Wall
Email: [EMAIL PROTECTED]
Message:
Hi,
I'm trying to set up the indexer so that it reads the servers from the database.
My table and it's contents are appended below.
The indexer runs but it...
a) Doesn't store *any* words in the dictionary tables
b) Doesn't index all the documents on the server.
See database stats appended below.

When I add the server into indexer.conf everything works fine (~5500 urls stored)

Rich Wall.

-----------------------------------------------------------

# phpMyAdmin MySQL-Dump
# http://phpwizard.net/phpMyAdmin/
#
# Host: elkie.cwn.org.uk Database : mnogosearch
# --------------------------------------------------------

#
# Table structure for table 'server'
#

CREATE TABLE server (
   rec_id int(11) NOT NULL auto_increment,
   active int(11) DEFAULT '0' NOT NULL,
   url varchar(128) NOT NULL,
   period int(11) DEFAULT '604800' NOT NULL,
   tag varchar(11) NOT NULL,
   category varchar(11) NOT NULL,
   charset varchar(16) NOT NULL,
   lang char(2) NOT NULL,
   basic_auth varchar(64) NOT NULL,
   proxy varchar(64) NOT NULL,
   proxy_auth varchar(64) NOT NULL,
   maxhops int(11) DEFAULT '9999' NOT NULL,
   gindex int(11) DEFAULT '1' NOT NULL,
   follow int(11) DEFAULT '1' NOT NULL,
   deletebad int(11) DEFAULT '0' NOT NULL,
   use_robots int(11) DEFAULT '1' NOT NULL,
   delete_no_srv int(11) DEFAULT '1' NOT NULL,
   use_clones int(11) DEFAULT '1' NOT NULL,
   descweight int(11) DEFAULT '2' NOT NULL,
   keywordweight int(11) DEFAULT '2' NOT NULL,
   titleweight int(11) DEFAULT '2' NOT NULL,
   bodyweight int(11) DEFAULT '1' NOT NULL,
   urlweight int(11) DEFAULT '0' NOT NULL,
   urlhostweight int(11) DEFAULT '0' NOT NULL,
   urlpathweight int(11) DEFAULT '0' NOT NULL,
   urlfileweight int(11) DEFAULT '0' NOT NULL,
   correct_factor int(11) DEFAULT '1' NOT NULL,
   incorrect_factor int(11) DEFAULT '1' NOT NULL,
   number_factor int(11) DEFAULT '1' NOT NULL,
   alnum_factor int(11) DEFAULT '1' NOT NULL,
   min_word_length int(11) DEFAULT '0' NOT NULL,
   max_word_length int(11) DEFAULT '32' NOT NULL,
   max_net_errors int(11) DEFAULT '16' NOT NULL,
   net_delay_time int(11) DEFAULT '86400' NOT NULL,
   read_timeout int(11) DEFAULT '90' NOT NULL,
   PRIMARY KEY (rec_id),
   UNIQUE srv_url (url)
);

#
# Dumping data for table 'server'
#

INSERT INTO server VALUES ( '1', '1', 'http://www.cwn.org.uk/', '60000', '', '', '', 
'', '', '', '', '1000', '1', '1', '0', '1', '1', '1', '2', '2', '2', '1', '0', '0', 
'0', '0', '1', '1', '1', '1', '0', '32', '100', '3600', '60');



--------------------------------------------------------------
Database statistics

    Status    Expired      Total
   -----------------------------
       200          0        380 OK
       301          0          4 Moved Permanently
       403          0          1 Forbidden
       404          0          7 Not found
   -----------------------------
     Total          0        392
--------------------------------------------------------------

Reply: <http://search.mnogo.ru/board/message.php?id=1363>

______________
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]

Reply via email to