<p>The local index currently contains #[ucount]# documents, only #[ucount200]# exportable with status code 200 - the remaining are error documents.</p>
<p>The local index currently contains #[ucount]# documents, only #[ucount200]# exportable with status code 200 - the remaining are error documents.</p>
@ -34,9 +33,35 @@
<dd>
<dd>
<dl>
<dl>
<dt>Full Data Records:</dt>
<dt>Full Data Records:</dt>
<dd><inputtype="radio"name="format"value="full-solr"/> XML (Rich and full-text Solr data, one document per line in one large xml file, can be processed with shell tools, can be imported with DATA/SURROGATE/in/)<br/>
<inputtype="radio"name="format"value="full-elasticsearch"checked="checked"/> JSON (Rich and full-text Elasticsearch data, one document per line in one flat JSON file, can be bulk-imported to elasticsearch with the command "curl -XPOST localhost:9200/collection1/yacy/_bulk --data-binary @yacy_dump_XXX.flatjson")<br/>
JSON (Rich and full-text Elasticsearch data, one document per line in one flat JSON file,
<inputtype="radio"name="format"value="full-rss"/> XML (RSS)</dd>
can be bulk-imported to elasticsearch. Here is an example for opensearch, using docker:<br/>