Re: Webboard: Support

2002-06-05 Thread Kreso
I have posted cca 10 questions and have also received almost as much answers from qualified people. Expect answers on precisely posted questions which are helpful to other people as well. Don't expect answers on general questions which are answered in documentation. Also don't forget that email

Re: splitting store into many directiories

2002-06-05 Thread Maxime Zakharov
Hi, To limit number of stored files, please, use StoredFiles command in your stored.conf For example: StoredFiles 256 Krzysztof Drewicz wrote: hi ! When my storage grew up to 1.2 GB and 2k files i've split it into 256 directories, it speeds up i/o. Mayby this idea is simple cp from

Webboard: Multiple TAGS containing multiple REALMs - doesn't work!

2002-06-05 Thread nobody
Author: Garvin Hicking Email: [EMAIL PROTECTED] Message: Hi! I have to index a webpage containing 2 languages in where each of the language-part has a restricted area, totalling four parts which have to be searched seperatelly and additional 2 Tags where you can search language-independently.

Re[2]: Webboard: Support

2002-06-05 Thread Mark Napartovich
Hello Mark, thank you for your interest to our services! Wednesday, June 5, 2002, you wrote: MR As I said in my post I am quite prepared to pay for support, however, the MR support options are not clear. The primary support option says that Your MR e-mail will be dealt with a higher priority

Webboard: Results Group by Domain ?

2002-06-05 Thread nobody
Author: Alex Barkov Email: [EMAIL PROTECTED] Message: Hi ! I really want to group results by domain ... or limit to 1 different domain in same page ... Like this : http://cote.azur.fr/motscle.htm?ps=10amp;q=venceamp;ps=20amp;m=boolamp;wm=wrdamp;wf=11amp;cat= perhaps a dirty hack

Webboard: remote url search

2002-06-05 Thread nobody
Author: Alex Barkov Email: [EMAIL PROTECTED] Message: I am looking for a search tool to search for text strings in the text of about 200 remote URLs. Direct searching (I tried perl with LWP) is too slow so I am considering a search like mnogosearch to index the text in these URLs at night. I

Multiple Server/Tags with Realms - Configuration problem

2002-06-05 Thread Garvin Hicking
Hi! I also posted this to the webboard, but since this board isn't that frequented and my problem is somehow important (time issue) I am trying to post to this list. Maybe one can also point me to a good documentation, because what I've found concerning multitple Server/Tag configuration doesn't

3.2.5 indexing error

2002-06-05 Thread Roman Putyatin
./indexer [26637] SQL 0.00s: SELECT url,rec_id,docsize,status,hops,crc32,last_mod_time FROM url WHERE next_index_time=:1 AND ROWNUM =:2 ORDER BY seed FOR UPDATE [1] Error: 'Oracle - ORA-01008: not all variables bound!' Solaris 2.6, mnogosearch 3.2.5, Oracle 8.1.7

Re: 3.2.5 indexing error

2002-06-05 Thread Roman Putyatin
Roman Putyatin wrote: ./indexer [26637] SQL 0.00s: SELECT url,rec_id,docsize,status,hops,crc32,last_mod_time FROM url WHERE next_index_time=:1 AND ROWNUM =:2 ORDER BY seed FOR UPDATE [1] Error: 'Oracle - ORA-01008: not all variables bound!' Solaris 2.6, mnogosearch 3.2.5, Oracle 8.1.7

Permissions

2002-06-05 Thread Penny Rand
Using search.php, if I change the permissions of search.htm to 600 (as recommended), search.php doesn't work. What am I missing? ___ If you want to unsubscribe send unsubscribe general to [EMAIL PROTECTED]

Re: Permissions

2002-06-05 Thread Sergey Kartashoff
Hi! Wednesday, June 5, 2002, 9:26:56 PM, you wrote: PR Using search.php, if I change the permissions of search.htm to 600 (as PR recommended), search.php doesn't work. What am I missing? check search.htm file owner. It shold be readable for user whuch running web server. -- Regards, Sergey

Re: Permissions

2002-06-05 Thread Alexander Barkov
Penny Rand wrote: Using search.php, if I change the permissions of search.htm to 600 (as recommended), search.php doesn't work. What am I missing? You also have to change it's onwer to user who is running httpd server. Usually nobody: chown nobody search.htm chmod 600 search.htm