----- Original Message -----
From: "Achilleas Mantzios" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Alexander F. Avdonkin" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, February 09, 2001 9:20 PM
Subject: Re: [aseek-users] total number of pages


> On Fri, 09 Feb 2001, Alexander F. Avdonkin wrote:
> > ----- Original Message -----
> > From: "je b" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, February 09, 2001 9:02 PM
> > Subject: [aseek-users] total number of pages
> >
> >
> > > Hi all,
> > >
> > > what about having this sentence on your search engine home page  :
> > >
> > > "Search 1,326,920,000 web pages" (ripped it from google)
> > >
> > > do i have to query the table mysql myself or is there a configuration
> > option?
> >
> > ASPseek's "index" automatically generates text file var/<DBName>/total
after
> > saving delta files, which contains total number of not empty URLs.
> > See www.aspseek.com, we have this sentence and number is taken from that
> > file.
> >
>
> In my case
>
> cat var/aspseek/total
>
> 164124
>
> mysql -B -s -p aspseek -e "select count(*) from urlword where status=200"
>
> 212047
>
> Is there an issue or am i just in trouble??? :))

It means that some of URLs with status=200 don't contain any words and not
accounted in "total".
"total" is calculated by 16 queries "select count(*) from urlwordsNN" where
NN=00..15

Also it can happen if you ran "index" over existing DB and didn't save
deltas.

>
>
> > >
> > > thanks for any feedback !
> > >
> > > ______________________________________________
> > > FREE Personalized Email at Mail.com
> > > Sign up at http://www.mail.com/?sr=signup
> --
> �������� ��������
> Application Developer
> Eurisko A.E.
> �������� 9
> 106 71 �����
> ���: +301 3633362
> ���: +301 3633074
> e-mail: [EMAIL PROTECTED]



Reply via email to