yacy_search_server/source/de/anomic/crawler/retrieval
orbiter d9173ba7ed added more solr fields to integrate values from URIMetadataRow. All
writings to the Metadata-DB are now also done to solr. This includes
metadata transfer during search and rwi transfer.

The new/added solr fields are:

## time when resource was loaded
load_date_dt

## date until resource shall be considered as fresh
fresh_date_dt

## id of the host, a 6-byte hash that is part of the document id
host_id_s

## ids of referrer to this document
referrer_id_ss

## the md5 of the raw source
md5_s

## the name of the publisher of the document
publisher_t

## the language used in the document; starts with primary language
language_ss

## an external ranking value
ranking_i

## the size of the raw source
size_i

## number of links to audio resources
audiolinkscount_i

## number of links to video resources
videolinkscount_i

## number of links to application resources
applinkscount_i
2012-08-05 15:49:27 +02:00
..
FileLoader.java removed segments-concept and the Segments class: 2012-06-28 14:27:29 +02:00
FTPLoader.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
HTTPLoader.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
Request.java replaced more size() > 0 by !isEmpty() 2012-07-12 11:12:21 +02:00
Response.java added more solr fields to integrate values from URIMetadataRow. All 2012-08-05 15:49:27 +02:00
SMBLoader.java removed segments-concept and the Segments class: 2012-06-28 14:27:29 +02:00