yacy_search_server/source/net/yacy
2011-07-16 19:21:39 +00:00
..
ai *) added new user right: extended search right (allows to define users who can query more results than anonymous users) 2011-04-01 23:32:40 +00:00
cora do not sort arrays again if arrays are already sorted 2011-07-16 19:21:39 +00:00
document - added counting of links with noindex tag for solr index 2011-07-03 06:40:05 +00:00
gui *) set SVN properties 2011-03-08 01:51:51 +00:00
kelondro do not sort arrays again if arrays are already sorted 2011-07-16 19:21:39 +00:00
repository *) Invalid crawl profiles (containing invalid mustmatch/mustnotmatch filters) will be moved from active crawls to invalid crawls (new file: DATA/INDEX/freeworld/QUEUES/crawlProfilesInvalid.heap). This file can not be edited yet, but it shoudl be easy to extend the CrawlProfileEditor accordingly. 2011-07-03 23:55:55 +00:00
upnp *) set SVN properties 2011-03-08 01:51:51 +00:00
visualization added a visualization of peer pings to the performance graphic 2011-07-14 07:07:06 +00:00
dbtest.java 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
migration.java added a file type navigator 2011-06-23 15:39:52 +00:00
yacy.java - refactoring 2011-07-16 19:13:30 +00:00
YaCySearchClient.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 2011-03-09 09:29:05 +00:00