Michael Peter Christen
|
24d9db1613
|
snippet retrieval loading processes may use a smaller minimum load time
value than crawling processes. This speeds up the search result
preparation dramatically.
|
13 years ago |
Michael Peter Christen
|
1687737771
|
Abstraction of HandleMap and HandleSet
|
13 years ago |
orbiter
|
0cbda0b2b8
|
- replaced all length() == 0 and size() == 0 with isEmpty()
- replaced some length() > 0 and size() > 0 with !isEmpty() - cannot be
done automatically
- implemented some isEmpty() methods
|
13 years ago |
Michael Peter Christen
|
7c1ba99755
|
removed more unused method parameters
|
13 years ago |
Michael Peter Christen
|
1825f165b8
|
better integration of blacklist according to use case
|
13 years ago |
Roland 'Quix0r' Haeder
|
edaa09b9b1
|
Rewrote all String blacklist types to enum 'BlacklistType', closes bug
#143
Conflicts:
htroot/Supporter.java
htroot/yacy/crawlReceipt.java
htroot/yacy/transferRWI.java
htroot/yacy/transferURL.java
source/de/anomic/crawler/CrawlStacker.java
source/de/anomic/data/ListManager.java
source/net/yacy/peers/Protocol.java
source/net/yacy/repository/Blacklist.java
source/net/yacy/repository/LoaderDispatcher.java
source/net/yacy/search/Switchboard.java
source/net/yacy/search/index/MetadataRepository.java
source/net/yacy/search/index/Segment.java
source/net/yacy/search/query/RWIProcess.java
source/net/yacy/search/snippet/MediaSnippet.java
|
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
|
c15fcde1c8
|
add-on to latest commit
|
13 years ago |
Michael Peter Christen
|
cf47d94888
|
performance hack to parse numbers inside of substrings without actually
generating a substring. This avoids the allocation of a String object
ech time a substring is parsed. Should affect CPU load during RWI
transmission.
|
13 years ago |
Michael Peter Christen
|
14f67f217c
|
refactoring of ContentDomain: now subclass of Classification
|
13 years ago |
Michael Peter Christen
|
a1a5b015d8
|
refactoring: moved document Classification to cora package
|
13 years ago |
Michael Peter Christen
|
ef78f22ee1
|
performance hack
|
13 years ago |
Roland 'Quix0r' Haeder
|
a3083d13bf
|
Blacklist checks are now always turned on, in media searches (e.g. image search) images matching blacklist entries are no longer shown to the user
|
13 years ago |
orbiter
|
5a55397f99
|
some last-minute performance hacks
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8101 6c8d7289-2bf4-0310-a012-ef5d649a1542
|
13 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 |