Michael Peter Christen
|
00f2df1120
|
a variety of possible memory leak fixes
|
13 years ago |
Michael Peter Christen
|
10da7335ea
|
performance hack: use a hash cache for all hashes that are computed by a
byte array. If this hash is used in a HashMap (which is very often the
case) then this hack eliminates a lot of re-computations of the same
hash.
|
13 years ago |
Michael Peter Christen
|
7e0ddbd275
|
added a "fromCache" flag in Response object to omit one cache.has()
check during snippet generation. This should cause less blockings
|
13 years ago |
Michael Peter Christen
|
76157dc2c3
|
bugfix for http://bugs.yacy.net/view.php?id=173
|
13 years ago |
Michael Peter Christen
|
a3badd3205
|
changed search process for images: no more media snippet load process,
show only links from index which had been on the text search page
before. This creates a superfast search process for images!
|
13 years ago |
Michael Peter Christen
|
33d1062c79
|
refactoring: the cache belongs to the crawler
|
13 years ago |
Michael Peter Christen
|
ef78f22ee1
|
performance hack
|
13 years ago |
Michael Christen
|
9e5894c784
|
Removed handling of components objects for URIMetadataRows.
This is a preparation to replace this rows with nodes from the node
store.
|
13 years ago |
orbiter
|
4ad9fc2bff
|
new snippet strategy for search hits in metadata: show beginning of text instead of hit position
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7999 6c8d7289-2bf4-0310-a012-ef5d649a1542
|
14 years ago |
orbiter
|
a7df70221e
|
refactoring
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7987 6c8d7289-2bf4-0310-a012-ef5d649a1542
|
14 years ago |
orbiter
|
d2ea250d99
|
refactoring:
- moved many classes from de.anomic to net.yacy
- made more sub-packages for search classes
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7973 6c8d7289-2bf4-0310-a012-ef5d649a1542
|
14 years ago |