Hi,
I am currently testing the multiple database support of htdig
3.2.0b2-031200.
During the last few hours I was unable to get it to work. Has anybody
tested this with 3.2.0b2-031200 successfully?
I had a look at the code an it seems as if collectionList at no point
gets the input from the collection_names: parameter. The
collection_names: parameter are only once successfully transfered to
clist[] in Display.cc (approx. line 600). But the following code seems
to assume, that collectionList[] allready got the information from the
collection_names: parameters. In my opinion this should happen somewhere
before
(approx line 150 in htsearch.cc)
// Iterate over all specified collections (databases)
for (int cInd=0; errorMsg == NULL && cInd < collectionList.Count();
cInd++)
, because here collectionList.Count() should tell htsearch the number of
databases it will use!?
I also tried to pass the databasenames to htsearch by calling
http://talia.cinetic.de:8512/cgi-bin/htsearch/?su=Finden&config=catdb&config=entrydb
which just gave me an error:
"Unable to read word database file '/ramdisk/var/htdig/db.words.db'"
which is the default database at the default location.
thanks for any help/comment on that,
mentos
--
Mentos Hoffmann, Roonstr.17, D-76137 Karlsruhe, Germany
email: [EMAIL PROTECTED]
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.