UdmSearch: Re: UDMSearch Email List

2000-09-24 Thread Alexander Barkov

Atho wrote:
> 
> > YOu may delete pages with "html;" substring
> > indexer  -Cw -u "%html;%"
> 
> Does this command also remove indexed entries in the ndict table? (ver
> 3.0.10 I think)

Yes.

> I have been trying to monitor the (very slow) progress as indexer removes
> entries from the url table 50 at a time - slowed no doubt by the size of the
> database I have (over 135,000 webpages indexed so far and about 3 or so
> that need to be removed). It has taken over 8 hours so far to remove 12,500
> entries or so. However, watching the database using phpMyAdmin, it does not
> seem to be removing the entries from ndict at all.

It does remove. Check the status of those URLs:

indexer -S -u "%html;%"

May be they indexed with non-200 status. It means that those URLs
have no correspondent records in words tables.


> If it is not affecting ndict, perhaps I could just issue a mysql command to
> the effect of:
> "DELETE FROM url WHERE url LIKE '%html;%'";
> and it would be faster. Further creation of a script might remove entries
> from ndict that did not need to be there. Not sure on the later though.
> A related question would be how much faster is crc/multi over the version I
> am using (which is crc alone I think, since I have only the ndict, url,
> robots, and stopwords tables in my database)? Would I see substantial
> improvements using a different style of Udmsearch database?

It is faster.

> I don't really want to have to respider the entire database but if upgrading
> my udmsearch would add substantial speed improvements then it would be worth
> it. I like Udmsearch, but its slow on the system I am running it on (Solaris
> 7 on a Sun box clone of some sort - not my system. Not sure of the RAM).

You may create new database and respider into it while old one 
may work for search.


-- 
Alexander Barkov
IZHCOM, Izhevsk
email:[EMAIL PROTECTED]  | http://www.izhcom.ru
Phone:+7 (3412) 51-32-11 | Fax: +7 (3412) 51-20-80
ICQ:  7748759
__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: ANNOUNCE 3.0.23 stable

2000-09-24 Thread Alexander Barkov

  Hello!

UdmSearch-3.0.23 is available from our site http://search.mnogo.ru

Major memory leak in PostgreSQL driver has been fixed.

Regards.



-- 

Alexander Barkov
IZHCOM, Izhevsk
email:[EMAIL PROTECTED]  | http://www.izhcom.ru
Phone:+7 (3412) 51-32-11 | Fax: +7 (3412) 51-20-80
ICQ:  7748759
__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Problem with PHP frontend.

2000-09-24 Thread Roy Nasser



Hi 
everyone...
 
Here 
is what i am getting with the PHP frontend... I installed using MySQL, and the 
udmsearch database...
 
Query error: SELECT path,link,name FROM 
categories WHERE path LIKE '__' ORDER BY NAME ASC Table 
'udmsearch.categories' doesn't existWarning: Supplied argument is not 
a valid MySQL result resource in /usr/local/udmsearch/bin/php/db_func.inc 
on line 146Warning: Supplied argument is not a valid MySQL 
result resource in /usr/local/udmsearch/bin/php/db_func.inc on line 
241
An error occured! 
Query error: SELECT name FROM categories WHERE path='' OR path IS NULL 
Table 'udmsearch.categories' doesn't exist 



Roy Nasser
CTO
Vem Cá Servicos de Internet S/C Ltda.
Av. Paulista 2421 14* Andar
São Paulo SP Brasil
55 11 3347 3456 / 9953 8853 - 
cel
www.jarbas.com.br
[EMAIL PROTECTED]



  
 


UdmSearch: RE: Problem with PHP frontend.

2000-09-24 Thread Roy Nasser



I 
fixed this by using the categories.mysql file in the Cateogries editor package 
and created a cateogires database
 
Now 
the error is different:
 




  
  
 Search 
  for:  Results per 
  page:  102050 Output 
  format:  LongShortURL 
  Default query type:  AllAny 
  Search through:  Entire siteDocsFilesServers Language:  AnyEnglishGerman Restrict search: 
   All sitesSportShopping 
  
An error occured! 
Query error: SELECT flag,lang,mask,find,repl FROM affix 
WHERE type='s' Table 'udmsearch.affix' doesn't exist 



 
Powered by UdmSearch
I think that i 
am missing some command that creates some tables... I installed, then ran the 
create.txt from tjhe mysql directory and that is it... What else must i do (I 
have run indexer already)... Please help me...
 
Please reply 
directly to [EMAIL PROTECTED]
 
Thansk!
Roy

  -Original Message-From: Roy Nasser Sent: 
  Sunday, September 24, 2000 9:39 PMTo: 
  '[EMAIL PROTECTED]'Subject: Problem with PHP 
  frontend.
  Hi 
  everyone...
   
  Here is what i am getting with the PHP frontend... I installed using 
  MySQL, and the udmsearch database...
   
  Query error: SELECT path,link,name FROM 
  categories WHERE path LIKE '__' ORDER BY NAME ASC Table 
  'udmsearch.categories' doesn't existWarning: Supplied argument is 
  not a valid MySQL result resource in 
  /usr/local/udmsearch/bin/php/db_func.inc on line 
  146Warning: Supplied argument is not a valid MySQL 
  result resource in /usr/local/udmsearch/bin/php/db_func.inc on line 
  241
  An error occured! 
  Query error: SELECT name FROM categories WHERE path='' OR path IS NULL 
  Table 'udmsearch.categories' doesn't exist 
  
  
  
  Roy Nasser
  CTO
  Vem Cá Servicos de Internet S/C 
Ltda.
  Av. Paulista 2421 14* Andar
  São Paulo SP Brasil
  55 11 3347 3456 / 9953 8853 - 
  cel
  www.jarbas.com.br
  [EMAIL PROTECTED]
  
  
  
    
   


Re: UdmSearch: Problem with PHP frontend.

2000-09-24 Thread Rasmus Lerdorf

> Hi everyone...
>  
> Here is what i am getting with the PHP frontend... I installed using MySQL,
> and the udmsearch database...
>  
> Query error: SELECT path,link,name FROM categories WHERE path LIKE '__'
> ORDER BY NAME ASC 
> Table 'udmsearch.categories' doesn't exist
> Warning: Supplied argument is not a valid MySQL result resource in
> /usr/local/udmsearch/bin/php/db_func.inc on line 146
> 
> Warning: Supplied argument is not a valid MySQL result resource in
> /usr/local/udmsearch/bin/php/db_func.inc on line 241
> 
> An error occured! 
> 
> Query error: SELECT name FROM categories WHERE path='' OR path IS NULL 
> Table 'udmsearch.categories' doesn't exist 

Well, did you create the categories table?

-Rasmus

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




RE: UdmSearch: Problem with PHP frontend.

2000-09-24 Thread Roy Nasser

No,

I used the create.txt table in the mysql directory... it created whatever
was in there: nothing else!

the affix table is also missing... I dont know where the complete DB schema
is...

> -Original Message-
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 24, 2000 10:05 PM
> To: Roy Nasser
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: UdmSearch: Problem with PHP frontend.
> 
> 
> > Hi everyone...
> >  
> > Here is what i am getting with the PHP frontend... I 
> installed using MySQL,
> > and the udmsearch database...
> >  
> > Query error: SELECT path,link,name FROM categories WHERE 
> path LIKE '__'
> > ORDER BY NAME ASC 
> > Table 'udmsearch.categories' doesn't exist
> > Warning: Supplied argument is not a valid MySQL result resource in
> > /usr/local/udmsearch/bin/php/db_func.inc on line 146
> > 
> > Warning: Supplied argument is not a valid MySQL result resource in
> > /usr/local/udmsearch/bin/php/db_func.inc on line 241
> > 
> > An error occured! 
> > 
> > Query error: SELECT name FROM categories WHERE path='' OR 
> path IS NULL 
> > Table 'udmsearch.categories' doesn't exist 
> 
> Well, did you create the categories table?
> 
> -Rasmus
> 
__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




RE: UdmSearch: Problem with PHP frontend.

2000-09-24 Thread Rasmus Lerdorf

> I used the create.txt table in the mysql directory... it created whatever
> was in there: nothing else!
> 
> the affix table is also missing... I dont know where the complete DB schema
> is...

It's in the 3.1.x distribution.

-Rasmus

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




RE: UdmSearch: Problem with PHP frontend.

2000-09-24 Thread Roy Nasser

Where?

in the 3.1.4 dist, in the create/mysql:

the create.txt file:

# This is script for MySQL to
# create database structure for UdmSearch 3.x
# use: "mysql database  -Original Message-
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 24, 2000 10:12 PM
> To: Roy Nasser
> Cc: '[EMAIL PROTECTED]'
> Subject: RE: UdmSearch: Problem with PHP frontend.
> 
> 
> > I used the create.txt table in the mysql directory... it 
> created whatever
> > was in there: nothing else!
> > 
> > the affix table is also missing... I dont know where the 
> complete DB schema
> > is...
> 
> It's in the 3.1.x distribution.
> 
> -Rasmus
> 
__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




RE: UdmSearch: Problem with PHP frontend.

2000-09-24 Thread Roy Nasser

OK, sorry... found categories...

still no sign of Affix table...

Is there any other step-by-step tutorial i am missing?

Thanks!

> -Original Message-
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 24, 2000 10:12 PM
> To: Roy Nasser
> Cc: '[EMAIL PROTECTED]'
> Subject: RE: UdmSearch: Problem with PHP frontend.
> 
> 
> > I used the create.txt table in the mysql directory... it 
> created whatever
> > was in there: nothing else!
> > 
> > the affix table is also missing... I dont know where the 
> complete DB schema
> > is...
> 
> It's in the 3.1.x distribution.
> 
> -Rasmus
> 
__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




RE: UdmSearch: Problem with PHP frontend.

2000-09-24 Thread David Robley

On Mon, 25 Sep 2000, Roy Nasser wrote:
> OK, sorry... found categories...
> 
> still no sign of Affix table...
> 
> Is there any other step-by-step tutorial i am missing?
> 
> Thanks!

You need to get hold of the ispell distribution and then read
doc/ispell.txt in the distribution to see how to install ispell support -
which will create your affix and other tables.

-- 
David Robley| WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet| http://auseinet.flinders.edu.au/
Flinders University, ADELAIDE, SOUTH AUSTRALIA
__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




RE: UdmSearch: Problem with PHP frontend.

2000-09-24 Thread Roy Nasser

Can't i use it without ispell support?

> -Original Message-
> From: David Robley [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 24, 2000 11:37 PM
> To: Roy Nasser
> Cc: '[EMAIL PROTECTED]'
> Subject: RE: UdmSearch: Problem with PHP frontend.
> 
> 
> On Mon, 25 Sep 2000, Roy Nasser wrote:
> > OK, sorry... found categories...
> > 
> > still no sign of Affix table...
> > 
> > Is there any other step-by-step tutorial i am missing?
> > 
> > Thanks!
> 
> You need to get hold of the ispell distribution and then read
> doc/ispell.txt in the distribution to see how to install 
> ispell support -
> which will create your affix and other tables.
> 
> -- 
> David Robley| WEBMASTER & Mail List Admin
> RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
> AusEinet| http://auseinet.flinders.edu.au/
> Flinders University, ADELAIDE, SOUTH AUSTRALIA
> 
__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




RE: UdmSearch: Problem with PHP frontend.

2000-09-24 Thread David Robley

On Mon, 25 Sep 2000, Roy Nasser wrote:
> Can't i use it without ispell support?

Try commenting out ispell support in whatever you have set in config.inc as
your template file.

-- 
David Robley| WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet| http://auseinet.flinders.edu.au/
Flinders University, ADELAIDE, SOUTH AUSTRALIA
__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




RE: UdmSearch: Problem with PHP frontend.

2000-09-24 Thread Roy Nasser

OK, great...

I got it to work...

Now where can i get some further help, and tips... like where i can get
add_url PHP scripts, how the whole thing works, is there a web admin or
something? I think i am missing some documentation Is there a complete
manual or something i am missing?

Thanks for all the quick assitance!

Roy

PS: Is there a way of having UDM search set relevancy of certain links
through Clicks? Is this working in the click count addon? Thanks!

> -Original Message-
> From: David Robley [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 24, 2000 11:53 PM
> To: Roy Nasser
> Cc: [EMAIL PROTECTED]
> Subject: RE: UdmSearch: Problem with PHP frontend.
> 
> 
> On Mon, 25 Sep 2000, Roy Nasser wrote:
> > Can't i use it without ispell support?
> 
> Try commenting out ispell support in whatever you have set in 
> config.inc as
> your template file.
> 
> -- 
> David Robley| WEBMASTER & Mail List Admin
> RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
> AusEinet| http://auseinet.flinders.edu.au/
> Flinders University, ADELAIDE, SOUTH AUSTRALIA
> 
__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Asking questions on UDMSearch...

2000-09-24 Thread Roy Nasser

Hi Everyone...

I am new to UDMSearch, and to this mailing list so excuse me if this is not
the usual format for e-mails to be sent...

I would like to know if there is an addon, or at least a plan for an addon
to make UDM Search function like Ask Jeeves... I am not familiar with the
logistics of ask jeeves (Although i would like to learn more about it, if
any of you have more information), but i am interested in providing this
type of functionality within my site, even if this will mean more manual
work for manually answering questions.


If not, is there anyway that some kind of question thing can be added to
UDMS (What is the common abreviation for UDMSearch?) to allow for questions
to be answered, not counting the "removal of common words" system? 

Thanks a lot for this promising Software!



Roy Nasser
CTO
Vem Cá Servicos de Internet S/C Ltda.
Av. Paulista 2421 14* Andar
São Paulo SP Brasil
55 11 3347 3456 / 9953 8853 - cel
www.jarbas.com.br
[EMAIL PROTECTED]


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