yacy_search_server/source/de/anomic/plasma
theli 40777556c5 *) Connection Tracking
- adding automatic refresh
   - accepts new parameter nameLookup which can be used to deactivate 
     yacy-peer name lookup (because we have problems with this on large seed-dbs)

*) ViewFile
   New page that can be used to view 
   - original content 
   - plain text content 
   - parsed content
   - parsed sentences 
   of a webpage specified by there url hash
   Mainly for debugging purpose at the moment

*) Robots.txt 
   Bugfix for if-modified-since usage
   TODO: synchronization of downloads to avoid loading the same robots-file 
   multiple times in parallel by different threads

*) Shutdown
   Better abortion of transferRWI and transferURL sessions on server shutdown

*) Status Page
   Adding icon to start/stop crawling via status page

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@950 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-10-18 07:45:27 +00:00
..
parser *) Replacing jsch 0.1.19 lib with newer version 0.1.21 2005-09-20 21:49:47 +00:00
plasmaCondenser.java added stringbuffer in condenser 2005-09-22 23:43:45 +00:00
plasmaCrawlBalancer.java bugfix for startup problems 2005-10-05 00:52:55 +00:00
plasmaCrawlEURL.java code clean-up 2005-07-12 15:09:35 +00:00
plasmaCrawlLoader.java *) Renaming Logger function names to reflect the proper Java Logging API Loglevels 2005-08-30 21:32:59 +00:00
plasmaCrawlLoaderMessage.java fixed bugs/missing code regarding new crawl stack 2005-07-07 01:38:49 +00:00
plasmaCrawlLURL.java *) Bugfix for nextElement function of URL Enumerator 2005-10-14 08:51:02 +00:00
plasmaCrawlNURL.java *) Asynchronous queuing of crawl job URLs (stackCrawl) 2005-10-05 10:45:33 +00:00
plasmaCrawlProfile.java integrated crawl-profiles db in memory-performance monitor 2005-09-24 00:33:27 +00:00
plasmaCrawlRobotsTxt.java *) Connection Tracking 2005-10-18 07:45:27 +00:00
plasmaCrawlStacker.java Changes to german language file 2005-10-14 20:36:45 +00:00
plasmaCrawlWorker.java *) Asynchronous queuing of crawl job URLs (stackCrawl) 2005-10-05 10:45:33 +00:00
plasmaHTCache.java *) Connection Tracking 2005-10-18 07:45:27 +00:00
plasmaParser.java *) Asynchronous queuing of crawl job URLs (stackCrawl) 2005-10-05 10:45:33 +00:00
plasmaParserDocument.java *) Minor changes 2005-09-27 07:10:24 +00:00
plasmaSearchEvent.java changed search process: received indexes are now buffered and written to wordIndex after search 2005-10-13 13:57:15 +00:00
plasmaSearchQuery.java refactoring of search / preparation for better search methods 2005-10-12 12:28:49 +00:00
plasmaSearchResult.java changed search process: received indexes are now buffered and written to wordIndex after search 2005-10-13 13:57:15 +00:00
plasmaSnippetCache.java *) Connection Tracking 2005-10-18 07:45:27 +00:00
plasmaStore.java *) adding missing calls for function close() to avoid "too many open file" bug 2005-06-16 08:34:52 +00:00
plasmaSwitchboard.java *) Connection Tracking 2005-10-18 07:45:27 +00:00
plasmaSwitchboardQueue.java *) Asynchronous queuing of crawl job URLs (stackCrawl) 2005-10-05 10:45:33 +00:00
plasmaURL.java *) Asynchronous queuing of crawl job URLs (stackCrawl) 2005-10-05 10:45:33 +00:00
plasmaURLPattern.java *) remove import java.lang 2005-09-06 16:58:12 +00:00
plasmaURLPool.java *) Asynchronous queuing of crawl job URLs (stackCrawl) 2005-10-05 10:45:33 +00:00
plasmaWordConnotation.java *) Import statements reorganized 2005-05-05 05:32:19 +00:00
plasmaWordIndex.java further refactoring of search 2005-10-13 00:05:30 +00:00
plasmaWordIndexAssortment.java removed cache-control from low and medium priority caches which reduces memory use and computation overhead 2005-09-22 20:01:26 +00:00
plasmaWordIndexAssortmentCluster.java removed cache-control from low and medium priority caches which reduces memory use and computation overhead 2005-09-22 20:01:26 +00:00
plasmaWordIndexCache.java changed search process: received indexes are now buffered and written to wordIndex after search 2005-10-13 13:57:15 +00:00
plasmaWordIndexClassicCacheMigration.java added high/low priority for index adding 2005-10-10 09:28:28 +00:00
plasmaWordIndexClassicDB.java added high/low priority for index adding 2005-10-10 09:28:28 +00:00
plasmaWordIndexDistribution.java changed search process: received indexes are now buffered and written to wordIndex after search 2005-10-13 13:57:15 +00:00
plasmaWordIndexEntity.java changed search process: received indexes are now buffered and written to wordIndex after search 2005-10-13 13:57:15 +00:00
plasmaWordIndexEntry.java better imagePainter example and fix for typo http://www.yacy-forum.de/viewtopic.php?p=10920#10920 2005-10-06 11:51:35 +00:00
plasmaWordIndexEntryContainer.java *) Minor changes 2005-09-27 07:10:24 +00:00
plasmaWordIndexInterface.java added high/low priority for index adding 2005-10-10 09:28:28 +00:00