yacy_search_server/source/net/yacy/document
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
..
content - added new protocol loader for 'file'-type URLs 2010-05-25 12:54:57 +00:00
detector refactoring of yacy documents and parsers: they depend now only on the kelondro classes 2009-10-18 00:53:43 +00:00
geolocalization - more abstraction (HashMap -> Map) 2010-06-01 13:02:11 +00:00
importer - removed download-limit that can be given for the crawler for non-crawler download tasks. This was necessary because the same procedure was used for other downloads like for the download of dictionary files where a limit is not useful. The limit still stays for the indexer 2010-05-14 18:30:11 +00:00
language - more abstraction (HashMap -> Map) 2010-06-01 13:02:11 +00:00
parser more abstraction of the htcache when using the LoaderDispatcher: 2010-06-21 14:54:54 +00:00
AbstractParser.java - added new protocol loader for 'file'-type URLs 2010-05-25 12:54:57 +00:00
Classification.java refactoring of yacy documents and parsers: they depend now only on the kelondro classes 2009-10-18 00:53:43 +00:00
Condenser.java - added new protocol loader for 'file'-type URLs 2010-05-25 12:54:57 +00:00
Document.java - added new protocol loader for 'file'-type URLs 2010-05-25 12:54:57 +00:00
Idiom.java - added new protocol loader for 'file'-type URLs 2010-05-25 12:54:57 +00:00
ImageParser.java - added bmp parser to the document parsers 2009-11-19 23:22:53 +00:00
ParserException.java - added new protocol loader for 'file'-type URLs 2010-05-25 12:54:57 +00:00
Phrase.java refactoring of yacy documents and parsers: they depend now only on the kelondro classes 2009-10-18 00:53:43 +00:00
TextParser.java - added new protocol loader for 'file'-type URLs 2010-05-25 12:54:57 +00:00