Mario Lang wrote:
> 
> Is this possible in any way with current UdmSearch or
> would this need to get implemented somewhere ddeeper in the core:
> I would like to have UdmSearch use the shortest URL (in terms of string length)
> as primary url, and all others as clones. This would make
> a search result without clone urls alot more readable:
> An example:
> I have:
> ftp://ftp.tu-graz.ac.at/pub/mirror/.mirror-sites/ftp.kernel.org/pub/linux/kernel
> and
> ftp://ftp.tu-graz.ac.at/mirrors/Kernel (which is a link tot he dir
> above).
> Any idea. Would it be possible to write a somehow complicated sql statment
> which reorders this in table url, or would this break the
> relation between words (in cache mode) and url table?

That would be useful feature.
Unfortunately it is not possible in the current version.
And it is a hard task in the cache mode, but may be implemented 
easier in any of SQL modes by using this query:
UPDATE dict SET url_id=XXX WHERE url_id=YYY with some additional
code.

-- 
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]

Reply via email to