yacy_search_server/source/net/yacy/kelondro
reger 3897bb4409 added (manual) urldb migration (link on: Index Administraton -> Federated Solr Index)
- migrates all entries in old urldb

Metadata coordinate (lat / lon) NumberFormatException still relative often (see excerpt below), 
- added try/catch for URIMetadataRow (seems not to be needed in URIMetaDataNode, as Solr internally checks for number format)
- removed possible typ conversion for lat() / lon() comparison with 0.0f, changed to 0.0  (leaving it to the compiler/optimizer to choose number format)

current log excerpt for NumberFormatException:
W 2013/01/14 00:10:07 StackTrace For input string: "-"
java.lang.NumberFormatException: For input string: "-"
	at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
	at java.lang.Double.parseDouble(Unknown Source)
	at net.yacy.kelondro.data.meta.URIMetadataRow$Components.lon(URIMetadataRow.java:525)
	at net.yacy.kelondro.data.meta.URIMetadataRow.lon(URIMetadataRow.java:279)
	at net.yacy.search.index.SolrConfiguration.metadata2solr(SolrConfiguration.java:277)
	at net.yacy.search.index.Fulltext.putMetadata(Fulltext.java:329)
	at transferURL.respond(transferURL.java:152)
...
Caused by: java.lang.NumberFormatException: For input string: "-"
	at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
	at java.lang.Double.parseDouble(Unknown Source)
	at net.yacy.kelondro.data.meta.URIMetadataRow$Components.lon(URIMetadataRow.java:525)
	at net.yacy.kelondro.data.meta.URIMetadataRow.lon(URIMetadataRow.java:279)
	at net.yacy.search.index.SolrConfiguration.metadata2solr(SolrConfiguration.java:277)
	at net.yacy.search.index.Fulltext.putMetadata(Fulltext.java:329)
	at transferURL.respond(transferURL.java:152)
2013-01-14 03:06:24 +01:00
..
blob if maxFileSize < 0 then the file size limit is without limit. 2012-12-10 21:17:45 +01:00
data added (manual) urldb migration (link on: Index Administraton -> Federated Solr Index) 2013-01-14 03:06:24 +01:00
index enhanced root-url detection 2013-01-03 19:21:21 +01:00
io enhancement in internal data organization which should generate less 2012-07-14 13:09:44 +02:00
logging - show more lines in online log 2012-10-25 18:38:39 +02:00
rwi added separate delete commands for the local+remote solr index, the old 2013-01-04 16:39:34 +01:00
table - added another enumeration method in kelondro data structure to get a 2012-11-23 13:58:39 +01:00
util Preparations to produce a click depth attribute in the search index. 2013-01-02 20:55:43 +01:00
workflow extended the Scheduler: introduced scheduled events 2012-12-22 16:27:14 +01:00