yacy_search_server/source/net/yacy/repository
Michael Peter Christen fed26f33a8 enhanced timezone managament for indexed data:
to support the new time parser and search functions in YaCy a high
precision detection of date and time on the day is necessary. That
requires that the time zone of the document content and the time zone of
the user, doing a search, is detected. The time zone of the search
request is done automatically using the browsers time zone offset which
is delivered to the search request automatically and invisible to the
user. The time zone for the content of web pages cannot be detected
automatically and must be an attribute of crawl starts. The advanced
crawl start now provides an input field to set the time zone in minutes
as an offset number. All parsers must get a time zone offset passed, so
this required the change of the parser java api. A lot of other changes
had been made which corrects the wrong handling of dates in YaCy which
was to add a correction based on the time zone of the server. Now no
correction is added and all dates in YaCy are UTC/GMT time zone, a
normalized time zone for all peers.
2015-04-15 13:17:23 +02:00
..
Blacklist.java refactore URIMetadataNode to further unify interaction with index 2014-04-20 01:41:30 +02:00
BlacklistFile.java applying precompiled CommonPattern.COMMA.split to all places where 2015-01-29 01:46:22 +01:00
BlacklistHelper.java First draft of a blacklist API. 2014-04-30 00:48:38 +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 enhanced timezone managament for indexed data: 2015-04-15 13:17:23 +02:00
RegexHelper.java avoid NPE in regex checker 2013-04-20 10:53:49 +02:00