Commit Graph

841 Commits (b69f22e9cab568e43726df842ba567cdb9a7e25f)

Author SHA1 Message Date
orbiter 945777aa80 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
orbiter 733385cdd7 enahnced database access times by removal of unnecessary synchronization. 16 years ago
orbiter 1c54ae4a63 some small changes in HandleMap Testing 16 years ago
orbiter 2c5554c912 small enhancements in search result computation speed 16 years ago
orbiter 27fa6a66ad - completed the author navigation 16 years ago
orbiter c079b18ee7 - refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing. 16 years ago
orbiter bead0006da replaced tmp file extensions by prt 16 years ago
orbiter a704d82280 patch for problem with digest 16 years ago
orbiter 3029ef6eb3 fixed a bug that was recently inserted which caused that no idx and gap files were written. 16 years ago
orbiter 95e8cbd1c3 new fully redesigned balancer and bugfixes regarding lost profile handles and killed crawls 16 years ago
orbiter 42ae40b9f6 some bugfixes to database close() methods 16 years ago
orbiter 9bfd22f65d fix for http://forum.yacy-websuche.de/viewtopic.php?p=15523#p15523 16 years ago
orbiter cc49aedf12 - fixed problem with remote search NPE 16 years ago
orbiter c38c852090 modified access method to get index entries out of a array of BLOBs: 16 years ago
orbiter a5d481eab1 enhanced navigation 16 years ago
orbiter 1c69d9b8b6 more refactoring of the index classes 16 years ago
orbiter 88426912ad more refactoring to make the segment object easier to use and to be prepared to integrate author navigation 16 years ago
lotus d813fd26ed reset sent/received counters on index delete 16 years ago
orbiter 99bf0b8e41 refactoring of plasmaWordIndex: 16 years ago
orbiter 876746602d catch problems of file hash computation, see also: 16 years ago
orbiter fec6f9054f some refactoring of search methods 16 years ago
orbiter 3d4b826ca5 migration of all databases that use the deprecated BLOBTree format into the BLOBHeap format. Old databases are migrated automatically. 16 years ago
orbiter 26a46b5521 increased default maximum file size for database files to 2GB 16 years ago
orbiter addecdb18c simplified code, removed one unused method in all implementing classes 16 years ago
borg-0300 47fce9020c small change (Orbiter's wish) 16 years ago
borg-0300 e07b14e5d7 finally a working fix for 5960 16 years ago
borg-0300 3ebb904d2c fix for 5960, http://forum.yacy-websuche.de/viewtopic.php?f=6&t=2119 16 years ago
orbiter e005cfea37 fix for bug in -incell option of URLAnalysis 16 years ago
orbiter a7e392f31b The collection index will not be supported any more. 16 years ago
orbiter a2f48863fc - added prototype for navigation index 16 years ago
orbiter b7457d3807 patch for http://forum.yacy-websuche.de/viewtopic.php?p=14720#p14720 16 years ago
orbiter f133d6065c fix for http://forum.yacy-websuche.de/viewtopic.php?p=14955#p14955 16 years ago
orbiter ad9762746d no exception in case of uniq() time-out, see also 16 years ago
orbiter f2e4d156e8 removed debug messages 16 years ago
orbiter c1e5fad9a7 fix for http://forum.yacy-websuche.de/viewtopic.php?p=14767#p14767 16 years ago
orbiter 8ee3a94e82 fix for non-caching of sitehash, see http://forum.yacy-websuche.de/viewtopic.php?p=14440#p14440 16 years ago
borg-0300 21930d05ed fix for [B@... 16 years ago
orbiter b6ba387e01 fix for http://forum.yacy-websuche.de/viewtopic.php?p=14751#p14751 16 years ago
low012 d164b42604 *) cosmetics 16 years ago
orbiter 5fb77116c6 added a submenu to index administration to import a wikimedia dump (i.e. a dump from wikipedia) into the YaCy index: see 16 years ago
hermens df733af4fa Try not to loose content from ram during IndexCell.delete by moving ram.delete after the dangerous operations on the array (array.get and array.delete) 16 years ago
hermens ac72005f2f Let IndexCell.remove remove entries from the ram portion of the DB as well. 16 years ago
orbiter 8ba7ff5353 a fix and another speed enhancement for the RWI cache 16 years ago
orbiter 05f077e85f added stack trace output to solve problem in 16 years ago
orbiter 71a4cadf31 better and more performant synchronization in SimpleARC, the caching object for word hashes. Speeds up indexing. 16 years ago
orbiter e6773cbb33 better handling of RWI cache for concurrency and less overhead when writing new entries -> even more indexing speed 16 years ago
orbiter c097531e3d added a catch Exception to all thread to check if any of them silently dies without any other notification 16 years ago
orbiter 083533e5ec fix for bugs in IODispatcher 16 years ago
orbiter 21fbca0410 better scaling of HEAP dump writer for small memory configurations; 16 years ago
orbiter 6e0b57284d better care for states of the IODispatcher 16 years ago