yacy_search_server/source/de/anomic/plasma
orbiter 5195c94838 two patches for performance enhancements of the index handover process from documents to the index cache:
- one word prototype is generated for each document, that is re-used when a specific word is stored.
- the index cache uses now ByteArray objects to reference to the RWI instead of byte[]. This enhances access to the the map that stores the cache. To dump the cache to the FS, the content must be sorted, but sorting takes less time than maintenance of a sorted map during caching.


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5849 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-04-21 14:23:04 +00:00
..
parser some fixes and performance hacks 2009-04-20 23:01:44 +00:00
LogParser.java refactoring of logging 2009-01-30 23:33:47 +00:00
plasmaDbImporter.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
plasmaGrafics.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
plasmaHTCache.java refactoring: better abstraction of reference and metadata prototypes. 2009-04-03 13:23:45 +00:00
plasmaParser.java - fix for join method with new generalized RWI data structure (caused by latest commit) 2009-04-15 10:26:24 +00:00
plasmaParserConfig.java refactoring of logging 2009-01-30 23:33:47 +00:00
plasmaParserDocument.java export of yacy document objects as dublin core record in xml 2009-04-17 14:20:12 +00:00
plasmaProfiling.java better scaling on performance graph 2009-02-15 17:36:13 +00:00
plasmaRankingCRProcess.java * convert byte[] hashes to string for log output 2009-04-18 14:35:18 +00:00
plasmaRankingDistribution.java - added migration class to go from index collections to the index cell data structure. 2009-03-30 15:31:25 +00:00
plasmaRankingRCIEvaluation.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
plasmaSearchAPI.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
plasmaSearchEvent.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
plasmaSearchImages.java simplification of (internal) query process / refactoring 2009-03-06 15:53:20 +00:00
plasmaSearchQuery.java partly reverting SVN 5818: identical comparator required for join operator 2009-04-17 08:18:01 +00:00
plasmaSearchRankingProcess.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
plasmaSearchRankingProfile.java more performance hacks 2008-12-04 12:54:16 +00:00
plasmaSnippetCache.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
plasmaStore.java
plasmaSwitchboard.java added domain checks to surrogate reader and RWI transfer receiver to prevent spaming using surrogates 2009-04-20 06:38:28 +00:00
plasmaSwitchboardConstants.java - added default profile for surrogate indexing 2009-04-16 08:01:38 +00:00
plasmaWebStructure.java refactoring: better abstraction of reference and metadata prototypes. 2009-04-03 13:23:45 +00:00
plasmaWordIndex.java two patches for performance enhancements of the index handover process from documents to the index cache: 2009-04-21 14:23:04 +00:00