Commit Graph

702 Commits (4eb9c1e7c3c238c7fd56aec25b86f97c69875b23)

Author SHA1 Message Date
orbiter b77b8cac0c - enhanced html parser: recognized much more details in the content 14 years ago
low012 bc84d2bc9d *) fixed typo in stop script 14 years ago
apfelmaennchen b2281f0b7d YMark: intermediate work towards flexigrid support 14 years ago
low012 06d50fd801 *) fixed stupid bug (introduced in r7663 by myself) which caused wrong parsing of Wiki pages 14 years ago
apfelmaennchen 60412d2bb3 YMark: 14 years ago
low012 2e9694c9e9 *) removed recursion which hopefully prevents exception 14 years ago
apfelmaennchen a2e86daae9 YMark: more bug fixes 14 years ago
apfelmaennchen 62855f9567 YMark: code clean up and some small fixes 14 years ago
apfelmaennchen 667e912b19 YMark: 14 years ago
apfelmaennchen a0e4960a4d YMark: 14 years ago
orbiter 958ff4778e enhanced location search: 14 years ago
orbiter c17d102bd8 enhanced speed for OrderedScoreMap inc method and size comparisment in concurrent environments 14 years ago
orbiter 01690eab86 fix for mediawiki importer and wikicode parser 14 years ago
orbiter 4c013d9088 more UTF8 getBytes() performance hacks 14 years ago
apfelmaennchen 78d6d6ca06 refactoring for ymarks 14 years ago
orbiter 17530ca7b5 fix for bug http://bugs.yacy.net/view.php?id=10 14 years ago
low012 1ff9947f91 *) added new user right: extended search right (allows to define users who can query more results than anonymous users) 14 years ago
low012 e7860b1239 *) <mode="Homer">D'oh!</Homer> 14 years ago
low012 82f1580a60 *) trying to fix ConcurrentModificationException 14 years ago
low012 9f0286b380 *) fixed potential "java.lang.IllegalArgumentException: Illegal group reference" which occured if special characters which are also used as metacharacters in regular expression were used inside of <pre>...</pre> (see: http://veerasundar.com/blog/2010/01/java-lang-illegalargumentexception-illegal-group-reference-in-string-replaceall/) 14 years ago
orbiter a50f28e6e7 - fixed missing save operation for peer name change 14 years ago
orbiter 8f11d3a5bb redesigned the ScoreMap classes: 14 years ago
orbiter dc0db3550e avoid string conversion 14 years ago
orbiter 694fa3a2a5 - replaced more direct string-based UTF-8 conversions by predefined UTF-8 conversion 14 years ago
orbiter 7962d35425 - removed file upload function in crawl start and replaced it with an input field for a file path where the crawl start file is loaded. This was necessary to support the API steering for file crawl starts, for two reasons: 14 years ago
orbiter e1b6916423 always try to guess the size of a StringBuilder to prevent too many memory re-allocations 14 years ago
low012 3b40b98256 *) set SVN properties 14 years ago
orbiter cb1f49d0f2 replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 14 years ago
orbiter 5e186e0122 continuing the fight against deadlocks during time formatting: better caching. 14 years ago
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
f1ori 4e29e9712a * create cleanupjob for cached failed urls 14 years ago
orbiter 10ae8d961b - cora package has now no dependencies to other yacy packages and becomes a 'base' package (refactoring) 14 years ago
orbiter db99db4be9 some redesign of the search-fail-response mechanism: 14 years ago
orbiter d4a1a1850b removed warnings 14 years ago
low012 e7552bd719 *) cleaning up the code a little bit 14 years ago
apfelmaennchen 737aaf6952 various small changes to ymarks 14 years ago
apfelmaennchen 8a50670546 some code clean up for the last post 14 years ago
apfelmaennchen 442497868d another step towards an auto tagging function for YMarks 14 years ago
low012 eb79b952ef *) cleaner code 14 years ago
low012 38fdf43587 *) renamed classes according to standard Java coding conventions 14 years ago
low012 025e3f4790 *) renamed classes according to standard Java coding conventions 14 years ago
low012 3b9aa0504e *) removed unsused code 14 years ago
low012 db3db0fdb9 *) trying to make this class less confusing (probably failing) 14 years ago
apfelmaennchen 54e63b556e intermediate step for a YMark auto-tagging function based on word frequencies. 15 years ago
apfelmaennchen 403ee9c014 added a drill-down for metadata and word count to /api/ymarks/test_treeview.html 15 years ago
apfelmaennchen 11ae5b108e enabled rebuildIndex for /Table_YMark_p.html (rebuilds the tags and folders index) 15 years ago
apfelmaennchen 94a9be18a4 added a ymark table administration: /Table_YMark_p.html 15 years ago
apfelmaennchen 25339f93c7 more updates to ymarks 15 years ago