yacy_search_server/source/net/yacy/kelondro
2011-08-24 23:08:28 +00:00
..
blob refactoring: moved all score-related classes to new ranking package 2011-08-22 22:37:53 +00:00
data changed handling of RowSet element retrieval: until today all elements had been copied from the underlying byte[] arrays into a new Entry object that again had a copy of a portion of that byte[] in its own bye[]. There was an option to just refer to the underlying byte[] with a pointer but that was almost never used. This commit now changes an interface to the Row class where it is now necessary to tell if a copy is always required. Fortunately the copy is only needed in very rare cases. That means that this change should cause much less memory allocation; it is expected that this happens especially during search situations. 2011-07-15 08:38:10 +00:00
index enhanced sorting speed (affects all DB operations) 2011-08-24 10:27:19 +00:00
io the location search shows now not re-evaluated locations but only such locations that are attached as metadata to web pages 2011-03-30 23:26:36 +00:00
logging - added a search option to filter only specific network protocols. i.e. get only results from ftp servers. Just add '/ftp' to your search. 2011-06-23 11:57:17 +00:00
order - refactoring 2011-07-16 19:13:30 +00:00
rwi refactoring/better naming of methods and classes 2011-08-24 23:08:28 +00:00
table changed handling of RowSet element retrieval: until today all elements had been copied from the underlying byte[] arrays into a new Entry object that again had a copy of a portion of that byte[] in its own bye[]. There was an option to just refer to the underlying byte[] with a pointer but that was almost never used. This commit now changes an interface to the Row class where it is now necessary to tell if a copy is always required. Fortunately the copy is only needed in very rare cases. That means that this change should cause much less memory allocation; it is expected that this happens especially during search situations. 2011-07-15 08:38:10 +00:00
util Implementation of strategies for controlling memory resources. 2011-08-22 17:50:03 +00:00
workflow do some extra sleep while running low on memory 2011-08-13 00:59:59 +00:00