yacy_search_server/source/de/anomic/plasma/parser
orbiter daf0f74361 joined anomic.net.URL, plasmaURL and url hash computation:
search profiling showed, that a major amount of time is wasted by computing url hashes. The computation does an intranet-check, which needs a DNS lookup. This caused that each urlhash computation needed 100-200 milliseconds, which caused remote searches to delay at least 1 second more that necessary. The solution to this problem is to attach a URL hash to the URL data structure, because that means that the url hash value can be filled after retrieval of the URL from the database. The redesign of the url/urlhash management caused a major redesign of many parts of the software. Since some parts had been decided to be given up they had been removed during this change to avoid unnecessary maintenance of unused code.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4074 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-09-05 09:01:35 +00:00
..
bzip joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
doc joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
gzip joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
mimeType joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
odt joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
pdf joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
ppt joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
ps joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
rpm joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
rss joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
rtf joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
sevenzip joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
swf joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
tar joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
vcf joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
xls joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
zip joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
AbstractParser.java joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
Parser.java joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
ParserException.java joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
ParserInfo.java *) Redesign of parser configuration 2005-11-29 07:27:58 +00:00