yacy_search_server/source/de/anomic/server
orbiter c8624903c6 full redesign of index access data model:
terms (words) are not any more retrieved by their word hash string, but by a byte[] containing the word hash.
this has strong advantages when RWIs are sorted in the ReferenceContainer Cache and compared with the sun.java TreeMap method, which needed getBytes() and new String() transformations before.
Many thousands of such conversions are now omitted every second, which increases the indexing speed by a factor of two.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5812 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-04-16 15:29:00 +00:00
..
serverAbstractBlockingThread.java update to the server core 2009-02-10 13:26:26 +00:00
serverAbstractBusyThread.java refactoring of logging 2009-01-30 23:33:47 +00:00
serverAbstractSwitch.java - refactoring of the http client 2009-02-19 16:24:46 +00:00
serverAbstractThread.java refactoring of logging 2009-01-30 23:33:47 +00:00
serverAccessTracker.java - refactoring of the http client 2009-02-19 16:24:46 +00:00
serverBlockingThread.java - added new monitoring servlet at 2008-12-19 15:26:01 +00:00
serverBusyThread.java - respecting httpdMaxBusySessions (refusing new connections if limit is hit) 2008-10-16 10:53:32 +00:00
serverCachedFileOutputStream.java moved logging partially to kelondro 2009-01-31 01:06:56 +00:00
serverCharBuffer.java * add class to handle keys and signatures 2009-03-02 13:29:50 +00:00
serverClassLoader.java moved logging partially to kelondro 2009-01-31 01:06:56 +00:00
serverCodings.java - added fast fingerprint computation for files (any). Will be used in new index dump method 2008-12-29 12:22:13 +00:00
serverCore.java don't panic when canceling server sessions 2009-02-23 17:15:52 +00:00
serverCoreSocket.java added final where possible 2008-08-02 12:12:04 +00:00
serverDomains.java * added .im (Isle of Man) to TLD-list 2009-04-10 23:06:48 +00:00
serverHandler.java - removed superfluous copyright statement 2008-07-20 17:14:51 +00:00
serverInstantBlockingThread.java more exception logging 2009-02-01 22:05:09 +00:00
serverInstantBusyThread.java more exception logging 2009-02-01 22:05:09 +00:00
serverObjects.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
serverPlainSwitch.java added final where possible 2008-08-02 12:12:04 +00:00
serverProcessor.java moved logging partially to kelondro 2009-01-31 01:06:56 +00:00
serverProcessorJob.java - refactoring of CrawlEntry and CrawlStacker 2008-12-17 22:53:06 +00:00
serverProfiling.java replaced old PPM computation with a better one that simply sums up events that had been stored in the profiling table. 2009-03-13 00:13:47 +00:00
serverSemaphore.java added final where possible 2008-08-02 12:12:04 +00:00
serverSwitch.java update to the server core 2009-02-10 13:26:26 +00:00
serverSwitchAbstractAction.java refactoring of logging 2009-01-30 23:33:47 +00:00
serverSwitchAction.java refactoring of logging 2009-01-30 23:33:47 +00:00
serverSystem.java - added migration class to go from index collections to the index cell data structure. 2009-03-30 15:31:25 +00:00
serverThread.java refactoring of logging 2009-01-30 23:33:47 +00:00
servletProperties.java added new cybertag-tracking feature that was inspired by itgrl 2009-02-06 15:06:19 +00:00