yacy_search_server/source/de/anomic/plasma
theli 97d2a08ef1 *) restructuring needed to support parsing of documents using various charsets
- serverFileUtils.java: 
   -- adding methods to copy from stream to writer and readers to writers
   -- moving httpc writeX methods into serverFileUtils class
   - serverCharBuffer.java: removing inheritance from Writer class
   - replacing htmlFilterOutputStream by htmlFilterWriter class which handles
     content as char stream
   - htmlFilterContentTransformer.java: deactivating getText mode 
    (still needs to be migrated to use char streams instead of byte streams)
   - changes in several classes to use htmlFilterWriter instead of htmlFilterOutputStream
   - changes in Scraper and Transformer classes to operate on chars instead of bytes
   - httpdProxyHandler.java: bugfix. clientTimeout setting was missing in config file

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2617 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-09-18 10:12:11 +00:00
..
cache *) restructuring needed to support parsing of documents using various charsets 2006-09-18 10:12:11 +00:00
crawler *) AbstractCrawlWorker.java: delete already downloaded data on crawling error 2006-09-12 04:50:12 +00:00
dbImport *) Bugfix needed because of changed plasmaCrawlLURL.load behavior 2006-09-08 11:33:27 +00:00
parser *) restructuring needed to support parsing of documents using various charsets 2006-09-18 10:12:11 +00:00
urlPattern *) adding missing classes 2006-08-12 14:41:26 +00:00
plasmaCondenser.java *) restructuring needed to support parsing of documents using various charsets 2006-09-18 10:12:11 +00:00
plasmaCrawlBalancer.java * simplified initialization of database objects 2006-08-24 02:19:25 +00:00
plasmaCrawlEURL.java *) Adding settings page for the crawler which allows to specify a file size limit and the timeout to use. 2006-09-09 15:06:49 +00:00
plasmaCrawlLoader.java *) adding some copyright headers 2006-09-04 14:38:29 +00:00
plasmaCrawlLoaderMessage.java *) next step of restructuring for new crawlers 2006-09-04 09:00:18 +00:00
plasmaCrawlLURL.java better debugging for indexOutOfBoundException bug 2006-09-08 19:41:52 +00:00
plasmaCrawlNURL.java added write cache for LURLs 2006-09-07 01:13:03 +00:00
plasmaCrawlProfile.java * simplified initialization of database objects 2006-08-24 02:19:25 +00:00
plasmaCrawlRobotsTxt.java * simplified initialization of database objects 2006-08-24 02:19:25 +00:00
plasmaCrawlStacker.java fixed all possible problems with nullpointer exception for LURLs 2006-09-07 18:24:39 +00:00
plasmaDHTChunk.java fixed all possible problems with nullpointer exception for LURLs 2006-09-07 18:24:39 +00:00
plasmaDHTFlush.java * fixed problem with indexContainer iteration from RAM: 2006-08-01 10:30:55 +00:00
plasmaDHTTransfer.java - Cache known URLs during indexReceive to avoid getting blocked during loadedURL.exists() whenever possible 2006-08-07 11:42:00 +00:00
plasmaGrafics.java first attempt to implement a secondary search 2006-09-13 17:13:28 +00:00
plasmaHTCache.java avoid ConcurrentModificationException 2006-09-13 10:36:18 +00:00
plasmaParser.java *) restructuring needed to support parsing of documents using various charsets 2006-09-18 10:12:11 +00:00
plasmaParserConfig.java *) starting restructuring which is needed to add crawlers for additional protocols 2006-09-04 06:09:20 +00:00
plasmaParserDocument.java - added automatic tag generation when a web page from the search results is added 2006-09-18 00:37:02 +00:00
plasmaRankingCRProcess.java added options to switch on or off the kelondroFlexTable for NURL, EURL and PreNURL 2006-08-24 22:21:22 +00:00
plasmaRankingDistribution.java *) better handling of server shutdown 2006-09-04 05:17:37 +00:00
plasmaRankingRCIEvaluation.java * applied many compiler warning recommendations 2006-08-16 19:49:31 +00:00
plasmaSearchEvent.java better evaluation of index abstracts 2006-09-16 00:07:09 +00:00
plasmaSearchImages.java removed url normalform computation from htmlFilterContentScraper. 2006-08-11 15:09:22 +00:00
plasmaSearchPreOrder.java - added automatic tag generation when a web page from the search results is added 2006-09-18 00:37:02 +00:00
plasmaSearchQuery.java *) restructuring needed to support parsing of documents using various charsets 2006-09-18 10:12:11 +00:00
plasmaSearchRankingProfile.java first attempt to implement a secondary search 2006-09-13 17:13:28 +00:00
plasmaSearchResult.java enhancements to ranking 2006-09-09 23:44:54 +00:00
plasmaSearchTimingProfile.java tried to fix some problems with time-outs during search 2006-04-03 23:26:08 +00:00
plasmaSnippetCache.java *) restructuring needed to support parsing of documents using various charsets 2006-09-18 10:12:11 +00:00
plasmaStore.java
plasmaSwitchboard.java *) restructuring needed to support parsing of documents using various charsets 2006-09-18 10:12:11 +00:00
plasmaSwitchboardQueue.java *) restructuring needed to support parsing of documents using various charsets 2006-09-18 10:12:11 +00:00
plasmaURLPattern.java *) now it's possible to configure the yacy blacklist separately for dht, search, proxy, crawler 2006-08-12 02:42:10 +00:00
plasmaURLPool.java fixed all possible problems with nullpointer exception for LURLs 2006-09-07 18:24:39 +00:00
plasmaWordConnotation.java * simplified initialization of database objects 2006-08-24 02:19:25 +00:00
plasmaWordIndex.java - added automatic tag generation when a web page from the search results is added 2006-09-18 00:37:02 +00:00
plasmaWordIndexAssortment.java fixed null pointer exception 2006-09-15 08:50:16 +00:00
plasmaWordIndexAssortmentCluster.java - updated references to indexContainer 2006-09-12 11:13:27 +00:00
plasmaWordIndexFile.java * simplified initialization of database objects 2006-08-24 02:19:25 +00:00
plasmaWordIndexFileCluster.java - updated references to indexContainer 2006-09-12 11:13:27 +00:00