yacy_search_server/source/net/yacy/server
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
..
http enhanced timezone managament for indexed data: 2015-04-15 13:17:23 +02:00
serverAccessTracker.java fix for remote search process 2014-10-07 23:30:32 +02:00
serverClassLoader.java refactoring 2012-09-21 15:48:16 +02:00
serverCore.java move startup time from old serverCore to switchboard (most used here) 2014-07-10 02:17:56 +02:00
serverObjects.java Applied URL-decoding prior to HTML-encoding. 2014-12-27 09:52:34 +01:00
serverSwitch.java persistency for vocabulary facet switch 2015-01-29 02:16:42 +01:00
servletProperties.java added more metadata fields and facets to OpensearchResponseWriter. 2013-02-11 22:10:14 +01:00