yacy_search_server/source/net/yacy/kelondro
2011-09-04 23:27:12 +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 added new methods to count the number of objects in RWIs. lots of refactoring was necessary to introduce new Rating class and to unify naming of methods 2011-08-25 10:35:25 +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 added new methods to count the number of objects in RWIs. lots of refactoring was necessary to introduce new Rating class and to unify naming of methods 2011-08-25 10:35:25 +00:00
rwi moved merger object from Segment to IndexCell to enable a correct shutdown sequence. This solves a bug where yacy cannot be shut down during an index merge that appears during the shutdown phase. 2011-09-04 23:27:12 +00:00
table added new methods to count the number of objects in RWIs. lots of refactoring was necessary to introduce new Rating class and to unify naming of methods 2011-08-25 10:35:25 +00:00
util Generation Memory Strategy fine tuning 2011-08-27 15:23:24 +00:00
workflow do some extra sleep while running low on memory 2011-08-13 00:59:59 +00:00