Re: UdmSearch: Indexing .php files

2000-08-02 Thread David Robley
On 2 Aug, John Koetsier wrote: > Can anyone tell me where I can find more info about indexing PHP files? > > My site is simply a bunch of files that include functions, call db > connections, and get parsed out into what the browser sees. > > I installed udmSearch as a CGI, and it's working gre

Re: UdmSearch: No search.php3???

2000-08-02 Thread Sergey Kartashoff
Hi! Wednesday, August 02, 2000, 6:05:31 PM, you wrote: JK> Hello, JK> I just dl'ed and installed udmSearch, only to find no search.php3 file JK> or morph.php3 file anywhere. JK> Does anyone know what might be going on here? Now search.php removed from udmsearch distribution and released as a

UdmSearch: UdmComment tags behaviour in HEAD of docs

2000-08-02 Thread David Robley
I use a prepend document on all my contents which wraps a table strucure around the main document; in that prepend document I build a tag from a title tag in the main document. The result of this is that I end up with two , one in the HEAD section of the output document (where it belongs) and the

UdmSearch: Second question .... search delimiters

2000-08-02 Thread John Koetsier
OK. So I installed udmSearch. So it works (on the manual contents of my htdocs directory). Where do you tell udmSearch where to index stuff? I checked its tables in MySQL and it's not even looking at a couple of directories w/i my htdocs directory. Anyone know? -john [EMAIL PROTECTED]

UdmSearch: Indexing .php files

2000-08-02 Thread John Koetsier
Can anyone tell me where I can find more info about indexing PHP files? My site is simply a bunch of files that include functions, call db connections, and get parsed out into what the browser sees. I installed udmSearch as a CGI, and it's working great on all the Apache flat .html files, but i

UdmSearch: No search.php3???

2000-08-02 Thread John Koetsier
Hello, I just dl'ed and installed udmSearch, only to find no search.php3 file or morph.php3 file anywhere. Does anyone know what might be going on here? Please let me know at [EMAIL PROTECTED] Thanks. -john __ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROT

UdmSearch: OK, so I'm an idiot

2000-08-02 Thread John Koetsier
ahhh ... drop the '3', will you! well, just for that, you're cursed with an open mailing list! :-) -john __ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROTECTED]

Re: UdmSearch: Indexer bailing out with errors.

2000-08-02 Thread Alexander Barkov
Hello! Igor is currently learning this problem. Daniel Hanks wrote: > > Hello there, > > I am currently using udmsearch-3.1.3-pre4 running on Linux against > Oracle 8.1.6. Oracle is running on Sparc hardware running Solaris. > > The indexer inserted a huge list of URLs just fine, but when it

Re: UdmSearch: intag field in dict tables

2000-08-02 Thread Alexander Barkov
> >Almost right. The only thing that indexer does not take in > >account count of word occurences. > What does it do when there are several pages with same words and same > intag? How does it sort them? All weights are binary OR'ed. That means that if a word appear in several parts of document,

Re: Now: UdmSearch Errors ---- Was: UdmSearch: Indexing multiplesites but with different frequency - HOW?

2000-08-02 Thread Alexander Barkov
This is MySQL related stuff. Take a look into their documentation or ask on MySQL lists. [EMAIL PROTECTED] wrote: > > I got the same error. I have more than 100,000,000 data and just > installed > udmsearch to index it. I tried to start from 10,000,000 but it gives me > the erro below. And

Re: Now: UdmSearch Errors ---- Was: UdmSearch: Indexing multiplesites but with different frequency - HOW?

2000-08-02 Thread bestlot
I got the same error. I have more than 100,000,000 data and just installed udmsearch to index it. I tried to start from 10,000,000 but it gives me the erro below. And it worked after I made the number of data to 2,000,000... On Wed, 2 Aug 2000, Paul Stewart wrote: > Thanks..:) > > The reas

Re: UdmSearch: UdmNormalizeWord() (in file spell.c) potential bug

2000-08-02 Thread Alexander Barkov
Hello! OK. I have changed it from 128 to 512. I think that will be enough in any case :-) We don't want to add any checking because this place is executed for every word and additional code will slow down indexer a bit. Thanks for noticing and reporting. Regards. Danil Lavrentyuk wrote: > > H

Re: UdmSearch: intag field in dict tables

2000-08-02 Thread Tomaz Borstnar
At 14:59 2.8.00, Alexander I. Barkov wrote: > > Is intag simple word frequency counter where each occurence of > > word increases it by one except for occurence at title, url and such > places > > where you can increase this by 2 if specified in indexer.conf? > > > >Almost right. The onl

Re: UdmSearch: indexer "freezes" when removing "404 not found" URL from SQL database

2000-08-02 Thread Peter Green
also sprach lang: > > > When I started indexer with '-v 5' option and in just one process, the > > last messages has been these: > > > Indexer[5553]: [1] http://www.banky.sk/robots.txt > I have the same problem. Everytime my indexer finds a robots.txt, it > hangs. Although, I have robots set

Re: UdmSearch: indexer "freezes" when removing "404 not found" URL from SQL database

2000-08-02 Thread Mario Lang
> When I started indexer with '-v 5' option and in just one process, the > last messages has been these: > Indexer[5553]: [1] http://www.banky.sk/robots.txt I have the same problem. Everytime my indexer finds a robots.txt, it hangs. Although, I have robots set to no in my indexer.conf. Regar

UdmSearch: udm.url.content_type

2000-08-02 Thread Mario Lang
Hi. I once asked this question and got no answer: Is there a special reason why the field content_type in table url gets reset to what content type an external parser returns? This is IMHO quite anoying, especially if I want to show the content type on the search result page. For instance, I wrot

Re: UdmSearch: UDM_URLSIZE > 128 ?

2000-08-02 Thread Alexander I. Barkov
On Wed, 2 Aug 2000, Thomas Hepper wrote: > Hi, > is thers a way to increase UDM_URLSIZE (255) ? > > Is it possible to make this an configure Parameter ? Hi! Change the value of UDM_URLSIZE in include/udm_common.h and recompile. __ If you want to unsubscribe send "unsubscri

UdmSearch: indexer "freezes" when removing "404 not found" URL from SQL database

2000-08-02 Thread Peter Hanecak
Hello, I'm trying to run UdmSearch upon multiple hosts and i found indexer freezing quite quickly (after indexing few documents) - parent indexer is consuming a lot of CPU (waiting?) and child indexers are in S state. When I started indexer with '-v 5' option and in just one process, the last me

Re: UdmSearch: intag field in dict tables

2000-08-02 Thread Alexander I. Barkov
> Is intag simple word frequency counter where each occurence of > word increases it by one except for occurence at title, url and such places > where you can increase this by 2 if specified in indexer.conf? > Almost right. The only thing that indexer does not take in account count

Re: UdmSearch: how does udmsearch rank the results?

2000-08-02 Thread Alexander I. Barkov
Hello! > Can somebody explain how does udmsearch rank the results when searching? > Using number of found words and their weights. __ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROTECTED]

Re: Now: UdmSearch Errors ---- Was: UdmSearch: Indexing multiple sites but with different frequency - HOW?

2000-08-02 Thread Sergey Kartashoff
Hi! Wednesday, August 02, 2000, 3:20:22 PM, you wrote: PS> Thanks..:) PS> The reason I am asking is that my Mysql keeps crapping out lately... seems PS> to have reached a limit of some kind and not sure of what the problem is.. PS> When I run indexer, I'm getting PS> Indexer[2205]: [1] Error:

Now: UdmSearch Errors ---- Was: UdmSearch: Indexing multiple sites but with different frequency - HOW?

2000-08-02 Thread Paul Stewart
Thanks..:) The reason I am asking is that my Mysql keeps crapping out lately... seems to have reached a limit of some kind and not sure of what the problem is.. When I run indexer, I'm getting Indexer[2205]: [1] Error: '#1030: Got error 136 from table handler' I used to get this error once and

Re[2]: UdmSearch: Indexing multiple sites but with different frequency - HOW?

2000-08-02 Thread Sergey Kartashoff
Hi! Wednesday, August 02, 2000, 2:52:48 PM, you wrote: PS> Does anyone know when you do different config files, if it uses different PS> MySQL databases for each config? That would be GREAT instead of all PS> being in one database... Yes, it uses database mentioned in current config. It ca

RE: UdmSearch: Indexing multiple sites but with different frequency - HOW?

2000-08-02 Thread Paul Stewart
Does anyone know when you do different config files, if it uses different MySQL databases for each config? That would be GREAT instead of all being in one database... Thanks, Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sergey Kartashoff S

Re: UdmSearch: Indexing multiple sites but with different frequency - HOW?

2000-08-02 Thread Alain TESIO
Hello, I think you change the frequency parameter (can't remember what its name is) between several Server entries. Frequency 1 week Server http://server1 Frequency 1 month Server http://server2 It works fine for MaxHops at least ! Alain --- "Vlad B. Pinzhenin" <[EMAIL PROTECTED]> wrote: > I

Re: UdmSearch: Indexing multiple sites but with different frequency - HOW?

2000-08-02 Thread Sergey Kartashoff
Hi! Wednesday, August 02, 2000, 11:57:59 AM, you wrote: VBP> I have to index different external web sites (which are localted not on my VBP> local drive) but with different frequency, for example: first group of sites VBP> once per week, second once per month, and so on. Is it possible? does VBP

UdmSearch: Indexing multiple sites but with different frequency - HOW?

2000-08-02 Thread Vlad B. Pinzhenin
I have to index different external web sites (which are localted not on my local drive) but with different frequency, for example: first group of sites once per week, second once per month, and so on. Is it possible? does anybody realized this already? I can't invent something except to have

UdmSearch: UDM_URLSIZE > 128 ?

2000-08-02 Thread Thomas Hepper
Hi, is thers a way to increase UDM_URLSIZE (255) ?   Is it possible to make this an configure Parameter ?         Thomas