Commit Graph

16 Commits (f677d534b1e3c688388683ff54afc348ab0f33c4)

Author SHA1 Message Date
orbiter 6e0dc39a7d - some fixes to prevent blocking situations
16 years ago
orbiter 5a93807781 improved web cache speed:
16 years ago
orbiter ce972ff4ef update to default ranking profile which has now some settings to deny some phpbb3 pages which are redundant in the index when crawling phpbb3.
16 years ago
orbiter 10d3e856b5 better concurrency, less blocking & performance hacks
16 years ago
orbiter 8e56c2ace6 fix for fixes from this afternoon
16 years ago
orbiter 5cc17ccf8a a better caching with less overhead and more appropriate
16 years ago
orbiter c4ae2cd03f fixed bug that caused deletion of crawl profiles at every application startup
16 years ago
orbiter 5bb8074150 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
orbiter ae015e8e98 refactoring of blob package classes
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 1db9cdd4e4 fixed bug in writing of robots.txt entries in case that host names exceeded 64 characters and some other problems
16 years ago
orbiter 96eaecda3e - added migration class to go from index collections to the index cell data structure.
16 years ago
orbiter 9a90ea05e0 added a merge operation for IndexCell data structures
16 years ago
orbiter efcd95dc37 simplification of (internal) query process / refactoring
16 years ago
orbiter 62505bb3cb more bugfixes as recommendet by findbugs
16 years ago
orbiter 83ce65707a (almost) completed partition of classes in kelondro
16 years ago