summaryrefslogtreecommitdiff
path: root/htroot/IndexExport_p.html
AgeCommit message (Collapse)Author
2025-08-01YaCy Index Pack Generator - refactoring of the SURROGATE process into aMichael Peter Christen
"PACK" concept.
2023-11-13added a 'minified' option to YaCy dumpsMichael Peter Christen
2023-11-12modified export: added maximum number of docs per chunkMichael Peter Christen
The export file can now be many files, called chunks. By default still only one chunk is exported. This function is required in case that the exported files shall be imported to an elasticsearch/opensearch index. The bulk import function of elasticsearch/opensearch is limited to 100MB. To make it possible to import YaCy files, those must be splitted into chunks. Right now we cannot estimate the chunk size as bytes, only as number of documents. The user must do experiments to find out the optimum chunk max size, like 50000 docs per chunk. Try this as first attempt.
2023-11-12detailed directions in index export to explain how the export can beMichael Peter Christen
imported again using elasticsearch/opensearch
2021-09-16calculating the correct size of an export.Michael Peter Christen
This can be seen as a fix for https://github.com/yacy/yacy_search_server/issues/343 however, the export was not flawed, it is just the impression that something is wrong, but the export size must be smaller than the index size because the index also containers error documents. Now an information line is presented that shows i.e.: "The local index currently contains 181,319 documents, only 106,887 exportable with status code 200 - the remaining are error documents."
2018-04-07Ensure an embedded Solr is available for Solr dump/restore operationsluccioman
Otherwise, these operations triggered NullPointerException when only an external Solr index is attached.
2017-04-01added export to elasticsearch. The export dump can easily be imported toMichael Peter Christen
elasticsearch using the command curl -XPOST localhost:9200/collection1/yacy/_bulk --data-binary @yacy_dump_XXX.flatjson
2016-02-230N - added option to generate index export files for a specific numberMichael Peter Christen
of minutes in the past and reverted latest change. The export file dump will now contain four data elements: f - first date of index entry write date, l - last date of index write date, n - now-date of index dump time, c - count of numbers inside the dump. '0N' denotes a series of changes which will lead to the opportunity to exchange index data dumps in a way that is needed to integrate ZeroNet index data. This will be based on index dump sharing; that causes this commit.
2016-02-19added peer hash to export dump name.Michael Peter Christen
2015-07-30added export option to export the fulltext of the search index text onlyMichael Peter Christen
2015-06-05servlet for latest commitMichael Peter Christen