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/source/de/anomic/search
orbiter cb6f709a16
- enhancements in surrogate reading
14 years ago
..
AccessTracker.java - replaced more direct string-based UTF-8 conversions by predefined UTF-8 conversion 14 years ago
ContentDomain.java *) set SVN properties 14 years ago
DocumentIndex.java moved getBytes() to UTF8.getBytes() to use a default String encoding 14 years ago
IndexAbstracts.java *) setting SVN keywords 16 years ago
MediaSnippet.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
MetadataRepository.java redesigned the ScoreMap classes: 14 years ago
QueryParams.java *) fixed Exceptions which caused 500 error when entering invalid URL mask or invalid prefer mask, invalid masks are ignored, error message is displayed on yacysearch.html (what about yacysearch.rss and yacysearch.json?) 14 years ago
RankingProcess.java - added an index constraint 'has location' to the condenser 14 years ago
RankingProfile.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 14 years ago
ReferenceOrder.java redesigned the ScoreMap classes: 14 years ago
ResultEntry.java the location search shows now not re-evaluated locations but only such locations that are attached as metadata to web pages 14 years ago
ResultFetcher.java - enhancements in surrogate reading 14 years ago
SearchEvent.java *) fixed NPE which occured when empty String was entered as search word 14 years ago
SearchEventCache.java added more configuration options for search: 14 years ago
Segment.java - added geo information parsing to html parser 14 years ago
Segments.java moved getBytes() to UTF8.getBytes() to use a default String encoding 14 years ago
Switchboard.java - enhancements in surrogate reading 14 years ago
SwitchboardConstants.java introduction of a new remote search load control: the remote search has taken 10 results per peer with a time-out of 3 seconds so far. The attributes of number of results per peer and time-out time can now be configured. 14 years ago
TextSnippet.java added more configuration options for search: 14 years ago