yacy_search_server/source/de/anomic/search
orbiter 3d5104d357 - fixed a bug in crawl start with file name (npe in new url)
- added deletion of solr index in IndexControlRWIs
- added asynchronous adding of large url lists (happens when crawls are startet with file)
- fixed npe in Image display
- replaced language warning with fine logging
- added a domain name cache in Domains that helps to speed up the isLocal property (less DNS lookups)
- added a new storage class for this new cache: KeyList. The domain key list is stored in DATA/WORK/globalhosts.list
- added concurrent solr updates and chunked transfers (50 documents until a commit is done) for high-speed feeding (> 40000 ppm)
- fixed a bug in content scraper that chopped off large parts of crawl lists (using crawl start from file)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7666 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-04-18 16:11:16 +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 enhanced speed for OrderedScoreMap inc method and size comparisment in concurrent environments 2011-04-13 22:04:23 +00:00
QueryParams.java more UTF8 getBytes() performance hacks 2011-04-12 05:02:36 +00:00
RankingProcess.java enhanced speed for OrderedScoreMap inc method and size comparisment in concurrent environments 2011-04-13 22:04:23 +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 the location search shows now not re-evaluated locations but only such locations that are attached as metadata to web pages 2011-03-30 23:26:36 +00:00
ResultFetcher.java enhanced location search: 2011-04-15 15:54:19 +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 - fixed a bug in crawl start with file name (npe in new url) 2011-04-18 16:11:16 +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 - fixed a bug in crawl start with file name (npe in new url) 2011-04-18 16:11:16 +00:00
SwitchboardConstants.java more UTF8 getBytes() performance hacks 2011-04-12 05:02:36 +00:00
TextSnippet.java enhanced location search: 2011-04-15 15:54:19 +00:00