yacy_search_server/source/net/yacy/kelondro
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
..
blob enhanced timezone managament for indexed data: 2015-04-15 13:17:23 +02:00
data enhanced timezone managament for indexed data: 2015-04-15 13:17:23 +02:00
index refactoring with CommonPattern.COMMA 2015-01-29 01:35:28 +01:00
io fix seek error for 0 file size records file 2014-07-06 20:49:01 +02:00
logging added a new collection type 'dht' to all documents from the peer-to-peer 2015-03-24 12:32:39 +01:00
rwi Fixes hanging FlushThread (see 2015-03-18 21:57:41 +01:00
table enhanced timezone managament for indexed data: 2015-04-15 13:17:23 +02:00
util disable optimistic GC assumption in StandardMemoryStrategy 2015-02-11 01:42:01 +01:00
workflow - add javadoc to busythread with hint about the init parameter useage 2015-01-09 01:31:57 +01:00