Commit Graph

266 Commits (53789555b9f99f53bf31aacbb1f7b16895e2932a)

Author SHA1 Message Date
orbiter 5892fff51f introduction of dht-burst modes: this can expand the number of target peers in some cases where a better heuristic is needed. The problematic cases are either when a muti-word search is made (still a hard case for our term-oriented DHT) or when a network operator wants that all robinson peers are asked. We therefore introduced two new network steering values that switch on more peers during the peer selection. Because the number of peers can now be very large, the number of maximum httpc connections was also increased. 14 years ago
orbiter 4588b5a291 - fixed document number limitation for crawls that restrict the number of documents per domain 14 years ago
orbiter 88773e4daa changed the default port from 8080 to 8090 14 years ago
orbiter efb4ca8fa8 modified auto-delete of search failure-words: 14 years ago
orbiter 6c1b14c8e1 - more control in access tracker: count number of returned search results (not only info how much is in the index) 14 years ago
orbiter a4c9d27287 - moved some variables from Stwitchboard to new class AccessTracker 14 years ago
orbiter db99db4be9 some redesign of the search-fail-response mechanism: 14 years ago
orbiter 18d33b5c6d fixed several search result navigation bugs 14 years ago
orbiter 49b5a206cd - better caclculation of search result size 14 years ago
orbiter 25a8e55bc9 more logging about bad seeds 15 years ago
orbiter 863065abc4 added user agent logging to access tracker 15 years ago
orbiter ed4371dcf3 enhanced navigation implementation and enhanced tag cloud computation 15 years ago
orbiter b7acd92ce4 Auto-Suggestions for YaCy Search: 15 years ago
orbiter 24f1cba7b2 performance hacks: 15 years ago
orbiter aacf572a26 - enhancements for search speed 15 years ago
orbiter ac1c08924e more performance hacks 15 years ago
orbiter 2e75879504 fix for latest commit 15 years ago
orbiter 6e4653cf50 remove DoS protection in remote search for intranet hosts 15 years ago
orbiter 906c572621 - enhanced index create menu structure 15 years ago
orbiter 64860dc1bb enhanced search event logging (to be used for further improvements) 15 years ago
orbiter 348dece62f redesign of the SortStack and SortStore classes: 15 years ago
orbiter 3197ca42ed preparations to move the HTCache into cora: 15 years ago
orbiter b6fb239e74 redesign of parser interface: 15 years ago
orbiter 1557e0f2d0 - some refactoring for internal RSSFeed (protocol of all actions as seen on status page) 15 years ago
orbiter 7bcfa033c9 more abstraction of the htcache when using the LoaderDispatcher: 15 years ago
orbiter 090eae2cf5 fix for broken index abstract generation 15 years ago
orbiter 11639aef35 - added new protocol loader for 'file'-type URLs 15 years ago
orbiter 7b880d73d0 adjustments to granted query size 15 years ago
orbiter 586bc4d920 - remove superfluous entries in remote search tracker handles 15 years ago
orbiter 90c3e5d6f6 - cleanup, removed unused imports 15 years ago
orbiter b18a7606a0 some performance hacks and fixed after reading dump in 15 years ago
orbiter 1a8a134e0c continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 and continued in SVN 6790 15 years ago
orbiter 6c093d6aed - enhanced domain navigator computation 15 years ago
orbiter bfb518cd47 some refactoring to get the LoaderDispatcher a little bit more independent from the switchboard 15 years ago
orbiter 884b262130 - added a new Wiki Namespace Navigator 15 years ago
orbiter f175f9a2d3 changed way how number of search requests are counted: 15 years ago
orbiter 5d930c96f0 more fixes to search result page navigation 15 years ago
orbiter 8281e29963 - more configuration for profiling graph (number of events) 15 years ago
orbiter 491ba6a1ba - some refactoring in workflow 16 years ago
orbiter 4c6312d103 enhanced image search 16 years ago
orbiter 36fbfdcb21 more performance for remote search 16 years ago
orbiter 3528b970d6 - refactoring 16 years ago
orbiter b79f4f062f refactoring of yacy documents and parsers: they depend now only on the kelondro classes 16 years ago
orbiter 5841ee83d3 refactoring 16 years ago
orbiter ce8dc575ca refactoring 16 years ago
orbiter bea3b99aff moved table and util classes 16 years ago
orbiter 1e4f8b56ed accumulated classes from different packages into the new rwi package 16 years ago
orbiter 4446acc8cd moved kelondro order 16 years ago
orbiter 735e2737e3 * added index segments 16 years ago
orbiter e7736d9c8d more refactoring: made all variables in SearchEvent private 16 years ago
orbiter d8ca6e6bf1 more refactoring for search 16 years ago
orbiter 72ac5bd80f refactoring of search process. 16 years ago
orbiter 1d8d51075c refactoring: 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 0e8647d62f refactoring of search classes 16 years ago
orbiter dafffd0153 refactoring of parsers and document processing 16 years ago
orbiter 154bbc3364 code cleanup: call of static methods directly to the class 16 years ago
orbiter 222850414e simplification of the code: removed unused classes, methods and variables 16 years ago
orbiter 57af311627 fix for wrong urls in navigator when a tenant is used 16 years ago
orbiter be1c7ddc64 refactoring of search classes -- moved Ranking Profile to search package 16 years ago
orbiter bc6dd8194b refactoring: moved search query class to new search package 16 years ago
orbiter e0b3984805 added navigation keys for site and author facets to remote search interface 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 15fad767c0 some refactoring of topic generation 16 years ago
orbiter ab06a6edd2 renamed topwords to topics and enhanced computation methods of topics 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
orbiter 99bf0b8e41 refactoring of plasmaWordIndex: 16 years ago
orbiter fec6f9054f some refactoring of search methods 16 years ago
orbiter 63a0255166 - refactoring: added new content package, which will contain connector classes for different types of data sources to import texts into the YaCy index 16 years ago
orbiter c8624903c6 full redesign of index access data model: 16 years ago
orbiter 89ec3acb3e - full abstraction of index content type: the kelondro full text index may now also contain indexes about other content than text, i.e. navigation indexes or reverse linking indexes. 16 years ago
orbiter 7ba078daa1 - added fast site-operator 16 years ago
orbiter 83792d9233 more refactoring 16 years ago
orbiter 7f67238f8b refactoring of plasmaWordIndex: less methods in the class, separated the index to CachedIndexCollection 16 years ago
orbiter 14a1c33823 refactoring of wordIndex class 16 years ago
orbiter e2e7949feb replaced old PPM computation with a better one that simply sums up events that had been stored in the profiling table. 16 years ago
orbiter 6ffc6e3389 more refactoring of indexer and kelondro classes; 16 years ago
orbiter 404bc21da9 simplification of (internal) query process / refactoring 16 years ago
orbiter 76ef5f0f14 refactoring of index package: better names for the classes (to be continued) 16 years ago
orbiter c25c334b75 replaced old DHT transmission method with new method. Many things have changed! some of them: 16 years ago
orbiter 83ce65707a (almost) completed partition of classes in kelondro 16 years ago
orbiter 7ee494fde5 more refactoring of kelondro: 16 years ago
orbiter bf93767ec6 refactoring of kelondro database classes 16 years ago
orbiter 47292e696a more performance hacks 16 years ago
lotus 1951d30a62 addendum to last commit 17 years ago
orbiter d0bdcdd57c small changes to attributes of DoS attack protection parameters 17 years ago
orbiter 820a03f9d6 - removed some warnings 17 years ago
orbiter 00c1535f84 added ranking and evaluation of language type in a search 17 years ago
orbiter 536e77e8b7 modifications towards a single database operation to read/write http header and cached file at once: 17 years ago
danielr 621b473b18 * removed some warnings of findbugs (http://findbugs.sf.net) 17 years ago
danielr 3bb870bfcd added final where possible 17 years ago
danielr 7feae906aa - organize imports 17 years ago
orbiter 0e1c7dfaaf small fix for testing environment that should not affect a production environment 17 years ago
orbiter 40d7f485f3 - fixed several NPE bugs 17 years ago
orbiter 2f381b8d7a - fixed at least two causes for a NPE after a use case switch. 17 years ago
orbiter 11e00a0849 - refactoring of seedURL handling 17 years ago
orbiter 0c173821fd more access security regarding database access and snippet retrieval: restrict number of results for not-authorized searchers 17 years ago
orbiter 3aa69dab94 prevent too high search request frequency submitted from the same peer 17 years ago
orbiter cfe6790498 - added option to switch between yacy networks, especially between the two default networks (freeworld and intranet), 17 years ago