yacy_search_server/source/de/anomic/server
orbiter 7bcfa033c9 more abstraction of the htcache when using the LoaderDispatcher:
a cache access shall not made directly to the cache any more, all loading attempts shall use the LoaderDispatcher.
To control the usage of the cache, a enum instance from CrawlProfile.CacheStrategy shall be used.
Some direct loading methods without the usage of a cache strategy have been removed. This affects also the verify-option
of the yacysearch servlet. If there is a 'verify=false' now after this commit this does not necessarily mean that no snippets
are generated. Instead, all snippets that can be retrieved using the cache only are presented. This still means that the search hit was not verified because the snippet was generated using the cache. If a cache-based generation of snippets is not possible, then the verify=false causes that the link is not rejected.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6936 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-06-21 14:54:54 +00:00
..
serverAccessTracker.java - more abstraction (HashMap -> Map) 2010-06-01 13:02:11 +00:00
serverClassLoader.java - more abstraction (HashMap -> Map) 2010-06-01 13:02:11 +00:00
serverCore.java more abstraction of the htcache when using the LoaderDispatcher: 2010-06-21 14:54:54 +00:00
serverCoreSocket.java *) made sure that   is replaced with a space and not just deleted in CharacterCoding.java 2009-10-13 20:57:56 +00:00
serverHandler.java This is a large bugfix and enhancement commit to support a better location detection for data 2010-05-11 11:14:05 +00:00
serverObjects.java - added new protocol loader for 'file'-type URLs 2010-05-25 12:54:57 +00:00
serverSwitch.java - more abstraction (HashMap -> Map) 2010-06-01 13:02:11 +00:00
serverSwitchAbstractAction.java start of a really extensive refactoring which will produce a hierarchical package structure with the domain yacy.net as package root 2009-10-09 23:13:30 +00:00
serverSwitchAction.java start of a really extensive refactoring which will produce a hierarchical package structure with the domain yacy.net as package root 2009-10-09 23:13:30 +00:00
servletProperties.java refactoring 2009-10-11 00:24:42 +00:00