yacy_search_server/source/de/anomic/search
2011-03-23 00:48:19 +00:00
..
AccessTracker.java - replaced more direct string-based UTF-8 conversions by predefined UTF-8 conversion 2011-03-10 23:25:07 +00:00
ContentDomain.java *) set SVN properties 2011-03-08 01:51:51 +00:00
DocumentIndex.java moved getBytes() to UTF8.getBytes() to use a default String encoding 2011-03-10 12:35:32 +00:00
IndexAbstracts.java *) setting SVN keywords 2009-09-05 20:41:21 +00:00
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'. 2011-03-07 20:36:40 +00:00
MetadataRepository.java redesigned the ScoreMap classes: 2011-03-13 01:41:44 +00:00
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?) 2011-03-23 00:48:19 +00:00
RankingProcess.java enhancement during search process: fast fail of search in case that all index feeder have terminated. 2011-03-21 13:05:51 +00:00
RankingProfile.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 2011-03-09 09:29:05 +00:00
ReferenceOrder.java redesigned the ScoreMap classes: 2011-03-13 01:41:44 +00:00
ResultEntry.java added more configuration options for search: 2011-03-21 07:50:34 +00:00
ResultFetcher.java enhancement during search process: fast fail of search in case that all index feeder have terminated. 2011-03-21 13:05:51 +00:00
SearchEvent.java *) fixed NPE which occured when empty String was entered as search word 2011-03-23 00:44:38 +00:00
SearchEventCache.java added more configuration options for search: 2011-03-21 07:50:34 +00:00
Segment.java enhancement during search process: fast fail of search in case that all index feeder have terminated. 2011-03-21 13:05:51 +00:00
Segments.java moved getBytes() to UTF8.getBytes() to use a default String encoding 2011-03-10 12:35:32 +00:00
Switchboard.java enhancements to web cache and less strict caching rules 2011-03-22 10:35:26 +00:00
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. 2011-03-04 13:44:00 +00:00
TextSnippet.java added more configuration options for search: 2011-03-21 07:50:34 +00:00