yacy_search_server/source/net/yacy/repository
Michael Peter Christen 5e31bad711 - the webgraph shall store all links which appear on a web page and not
all unique links! This made it necessary, that a large portion of the
parser and link processing classes must be adopted to carry a different
type of link collection which carry a property attribute which are
attached to web anchors.
- introduction of a new URL class, AnchorURL
- the other url classes, DigestURI and MultiProtocolURI had been renamed
and refactored to fit into a new document package schema, document.id
- cleanup of net.yacy.cora.document package and refactoring
2013-09-15 00:30:23 +02:00
..
Blacklist.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
BlacklistFile.java Rewrote all String blacklist types to enum 'BlacklistType', closes bug 2012-06-11 00:17:30 +02:00
FilterEngine.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
LoaderDispatcher.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
RegexHelper.java avoid NPE in regex checker 2013-04-20 10:53:49 +02:00