You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/source/de/anomic/plasma
f1ori 6d0e6d591b
* ops, fix compiler error :(
16 years ago
..
plasmaDbImporter.java replaced rwi term counting method by one that computes the maximum of the blobs that contibute to the RWI. An addition of the blob sizes is wrong/incorrect and does not reflect the real size. Truncation the size operation to the maximum of all blobs is also incorrect, but not as wrong as the sum of all blob sizes wich double-counts many rwi entries. 16 years ago
plasmaGrafics.java refactoring of search classes 16 years ago
plasmaHTCache.java -removed superfluous crawl cache 16 years ago
plasmaProfiling.java fix for bug in ProfilingGraph for ppm >> 10000 ppm (!) 16 years ago
plasmaRankingCRProcess.java simplification of the code: removed unused classes, methods and variables 16 years ago
plasmaRankingDistribution.java serialized all logging using concurrency: 16 years ago
plasmaRankingRCIEvaluation.java refactoring of search classes 16 years ago
plasmaStore.java * removed some warnings of findbugs (http://findbugs.sf.net) 17 years ago
plasmaSwitchboard.java * ops, fix compiler error :( 16 years ago
plasmaSwitchboardConstants.java removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency. 16 years ago
plasmaWebStructure.java refactoring of parsers and document processing 16 years ago