yacy_search_server/source/net/yacy
orbiter 62ac73a108 fixed bugs and deadlocks in core database indexing structures:
- added new Array class that contains an abstraction of the java Arrrays class which replaces the home-brew quicksort algorithm.
- the new class is about four times slower than the old one, but it works correct (the old one had errors)
- fixed a synchronization problem

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7842 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-07-16 10:08:43 +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 fix for solr auth 2011-07-05 09:21:30 +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 fixed bugs and deadlocks in core database indexing structures: 2011-07-16 10:08:43 +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 fixed bugs and deadlocks in core database indexing structures: 2011-07-16 10:08:43 +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