yacy_search_server/source/net/yacy/cora
Michael Peter Christen c7576d6028 added a full solr export to the IndexControlURLs_p.html servlet. The
export function is also now the default export option. The export file
format for a full solr export is very similar to a solr search result
xml, only the <lst name="responseHeader"> tag is missing.

The exported xml has a special line termination feature: all documents
will be exported into a single line without any CR in between. That
means that every document is completely inside a single line. While this
is not readable at all for humans, it is very useful for linux line
processing scripts, like grep. Using grep it will be easy to select
single documents which match for a given pattern.

Such dumps shall be importable with the DATA/SURROGATE/in import
function, but that import is not yet adopted to the new file format.
2015-05-29 15:05:52 +02:00
..
date enhanced timezone managament for indexed data: 2015-04-15 13:17:23 +02:00
document improve MultiprotocolURL.getFileExtension() 2015-05-24 19:38:04 +02:00
federate add opensearch rss results to dht collection (due to text = snippet) 2015-05-10 18:52:33 +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
protocol disabled debug thread dumps 2015-05-11 14:46:09 +02: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 added a full solr export to the IndexControlURLs_p.html servlet. The 2015-05-29 15:05:52 +02:00