Author: Alexander Barkov
Email: b...@mnogosearch.org
Message:
Hello,

> Hello,
> 
> I couldn't find any information on how the "seed" value in the links table is 
> calculated.

Seed is calculated based on the normalized URL, as follows:

indexer.c:    udmhash32_t seed= UdmStrHash32(Href->url) & 0xFF;
sql.c:    url_seed= UdmStrHash32(H->url) & 0xFF;
sql.c:    url_seed= UdmStrHash32(H->url) & 0xFF;
sql.c:  url_seed = UdmStrHash32(url) & 0xFF;



> How does it work ?
> Can we use our own rules ?

You'll need to replace all above lines to your own function.


> 
> Thanks !



Reply: <http://www.mnogosearch.org/board/message.php?id=21784>

_______________________________________________
General mailing list
General@mnogosearch.org
http://lists.mnogosearch.org/listinfo/general

Reply via email to