yacy_search_server/source/net/yacy
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
..
contentcontrol applying precompiled CommonPattern.COMMA.split to all places where 2015-01-29 01:46:22 +01:00
cora added a full solr export to the IndexControlURLs_p.html servlet. The 2015-05-29 15:05:52 +02:00
crawler All entities of crawl profiles are now editable in the crawl profile 2015-05-28 16:07:40 +02:00
data added crawl start from a clone with very, very large url: they are now 2015-05-11 16:30:41 +02:00
document fix string OoB on getImagelinks with long alttext 2015-05-24 01:59:40 +02:00
gui replaced old JavaApplicationStub for Mac Application framework with new 2015-01-23 11:30:13 +01:00
http improve character encoding for urlproxy servlet 2015-04-26 17:42:39 +02:00
kelondro remove hard throw exception in makeResultEntry 2015-05-26 23:57:06 +02:00
peers upd library reference of missing jsch-0.1.21 in seeduploadscp.xml 2015-05-11 01:35:12 +02:00
repository enhanced timezone managament for indexed data: 2015-04-15 13:17:23 +02:00
search added a full solr export to the IndexControlURLs_p.html servlet. The 2015-05-29 15:05:52 +02:00
server enhanced timezone managament for indexed data: 2015-04-15 13:17:23 +02:00
utils refactoring (class name should start with uppercase letter) 2014-10-10 14:32:21 +02:00
visualization fix for division by zero (rare cases) 2015-01-06 14:21:20 +01:00
dbtest.java enhanced graphics computation (avoiding long string parsing for colours) 2014-10-15 10:31:24 +02:00
migration.java applying precompiled CommonPattern.COMMA.split to all places where 2015-01-29 01:46:22 +01:00
yacy.java fix display and limit of max server connections after startup 2015-03-29 07:12:23 +02:00
YaCySearchClient.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00