yacy_search_server/source/net/yacy/kelondro
orbiter 78d4c45d09 enhancement during search process: fast fail of search in case that all index feeder have terminated.
This change should affect filtering and navigators and should cause that search navigation gets faster

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7614 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-03-21 13:05:51 +00:00
..
blob fix for not-deleted .gap and .idx files 2011-03-17 17:09:19 +00:00
data avoided using a synchronized(this) for the hash computation to prevent that the lock on the object is (accidently) stolen by another thread and replaced this synchronization using the protocol object. Made also the protocol object final. 2011-03-15 09:52:39 +00:00
index enhancement during search process: fast fail of search in case that all index feeder have terminated. 2011-03-21 13:05:51 +00:00
io moved getBytes() to UTF8.getBytes() to use a default String encoding 2011-03-10 12:35:32 +00:00
logging performance hack for Balancer and ip address parsing 2011-03-17 21:09:18 +00:00
order removed type cast warnings 2011-03-14 21:07:15 +00:00
rwi removed more warnings 2011-03-14 22:52:30 +00:00
table moved getBytes() to UTF8.getBytes() to use a default String encoding 2011-03-10 12:35:32 +00:00
util removed more warnings 2011-03-14 22:52:30 +00:00
workflow always try to guess the size of a StringBuilder to prevent too many memory re-allocations 2011-03-09 09:29:05 +00:00