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

2000-07-30 Thread Danil Lavrentyuk
Hello! char ** UdmNormalizeWord (char *word) { ... char **forms, **cur; ... forms=(char **)malloc(128*sizeof(char **)); *(cur=forms) = NULL; ... Later it many times do: *cur=strdup(newword); cur++;*cur=NULL; And no any checks if *cur have not ran out of forms arr

UdmSearch: how does udmsearch rank the results?

2000-07-30 Thread Tomaz Borstnar
Can somebody explain how does udmsearch rank the results when searching? Thanks in advance. Tomaz Tomaz Borstnar <[EMAIL PROTECTED]> "Love is the answer to the final question you ask" - Unknown __ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROTECTED]

UdmSearch: intag field in dict tables

2000-07-30 Thread Tomaz Borstnar
Hello! 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? Tomaz Tomaz Borstnar <[EMAIL PROTECTED]> "Love is the answer to the fin

UdmSearch: Path after file.

2000-07-30 Thread James Dornan
Q: Almost all the pages on my site are made up of URLs like this http://querk.net/index.php/bob. How to I get udmsearch to follow such links? -- -- "Microsoft has performed an illegal operation and will be shut down" __ If you want to unsubscribe send "unsubscribe udmse

Re: UdmSearch: Path after file.

2000-07-30 Thread Rasmus Lerdorf
> Q: Almost all the pages on my site are made up of URLs like this > http://querk.net/index.php/bob. How to I get udmsearch to follow such links? Why wouldn't it follow such links? As long as you have a link to it soewhere, it will follow it. I have one site which is completely dynamical