v0.7.0 - v0.7.11: can not determine when the exporting process has been completed
See original GitHub issueThe new export((key, data) => ())
API that uses callbacks makes it impossible to know when the export-ing process is complete.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:5 (1 by maintainers)
Top Results From Across the Web
The td-agent Change Log - Product Documentation
This article describes the differences between td-agent2 and td-agent3. td-agent2 is for existing td-agent2 and fluentd v0.12 users. If you have ...
Read more >Getting Started — Nerves v1.6.0 - HexDocs
Built from a firmware bundle and contains the partition table, partitions, bootloader, etc. Creating a new Nerves app. Before you start using Nerves,...
Read more >Update v0.13.3 | Elastic Security Solution [7.17] | Elastic
A machine learning job detected AWS command activity that, while not inherently suspicious or abnormal, is sourcing from a geolocation (city) that is...
Read more >Revision history - refs/heads/v0.8.27-release - snapshot ...
Fixes #5927 This is a backport of dfb0461 (see #5930) to the v0.8 branch. ... The test has been dropped as it's not...
Read more >Node.js v19.3.0 Documentation
Added in: v0.6.12. Every .html document has a corresponding .json document. This is for IDEs and other utilities that consume the documentation.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m having the exact same issue as @browniefed with export/import. There’s always zero results on the index doing the importing. I’m sure I’m doing something wrong, but I’m not sure what.
On a similar topic of import/export, I’ve got no idea why this would/wouldn’t work. It states that
import
isasync
but I cannot tell whether that is true or not as it just returns undefined rather than aPromise
or a callback, or something.Just in general I cannot seem to get import/export working with a filesystem or just in memory at all.
Basically my goal is to write write
key
as a filename and write the data, then at a future point import the index and do a search. That just doesn’t seem to work.// Index initial result // Index 2 no results even after import
Using: “flexsearch”: “^0.7.11”,