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/htroot/yacy
orbiter 8f11d3a5bb
redesigned the ScoreMap classes:
14 years ago
..
ui replaced utf-8 with UTF-8 14 years ago
crawlReceipt.html
crawlReceipt.java 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
hello.html
hello.java changed the default port from 8080 to 8090 14 years ago
list.html
list.java
message.html
message.java - replaced more direct string-based UTF-8 conversions by predefined UTF-8 conversion 14 years ago
profile.html
profile.java
query.html
query.java continuing the fight against deadlocks during time formatting: better caching. 14 years ago
search.html
search.java redesigned the ScoreMap classes: 14 years ago
transferRWI.html
transferRWI.java 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
transferURL.html
transferURL.java - fixed document number limitation for crawls that restrict the number of documents per domain 14 years ago
urls.java 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
urls.xml