yacy_search_server/source/net/yacy/cora
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
..
date enhanced timezone managament for indexed data: 2015-04-15 13:17:23 +02:00
document enhanced timezone managament for indexed data: 2015-04-15 13:17:23 +02:00
federate enhanced timezone managament for indexed data: 2015-04-15 13:17:23 +02:00
geo using precompiled CommonPattern.TAB for split 2015-01-29 02:22:28 +01:00
language added a html field scraper which reads text from html entities of a 2015-01-30 13:20:56 +01:00
lod added a html field scraper which reads text from html entities of a 2015-01-30 13:20:56 +01:00
order fixed and enhanced Base64 (en)coder (again) 2014-06-20 13:54:18 +02:00
plugin added phonetic classes 2011-12-14 17:33:18 +01:00
protocol replace depreciated HTTPClient setStaleConnectionCheckEnabled with setValidateAfterInactivity() 2015-02-15 23:09:01 +01:00
sorting added a new way of content browsing in search results: 2015-03-02 04:30:10 +01:00
storage applying precompiled CommonPattern.COMMA.split to all places where 2015-01-29 01:46:22 +01:00
util using precompiled CommonPattern.TAB for split 2015-01-29 02:22:28 +01:00