yacy_search_server/source/net/yacy/search
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
..
index added a full solr export to the IndexControlURLs_p.html servlet. The 2015-05-29 15:05:52 +02:00
query - Image search expand box, adjust javascript hs padtominsize parameter, to make sure expand box doesn't shrink on small images 2015-05-27 02:31:13 +02:00
ranking break out of NormalizeDistributor loop on timeout 2015-05-02 02:36:18 +02:00
schema fix extract of inboundlinks_protocol_sxt 2015-05-14 00:03:09 +02:00
snippet Eleminate duplication of values for search ResultEntry 2015-05-26 04:15:00 +02:00
AutoSearch.java on bookmaring of search result, remember orig. query in separate bookmark property 2015-05-03 02:31:50 +02:00
EventTracker.java enhanced timezone managament for indexed data: 2015-04-15 13:17:23 +02:00
IndexingQueueEntry.java refactoring 2012-09-21 15:48:16 +02:00
MemoryTracker.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
ResourceObserver.java Let auto-disabled crawls recover if low resource condition vanished. 2015-01-24 01:53:58 +01:00
Shutdown.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
Switchboard.java All entities of crawl profiles are now editable in the crawl profile 2015-05-28 16:07:40 +02:00
SwitchboardConstants.java Init remote crawler on demand 2015-05-23 02:06:39 +02:00