You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To remove compressed data, delete all file within archive_output directory and ir_output directory.
And then, Open 'search' page of webUI again, and search with '*' . Then I got error.
Any document or best practice about it?
How to remove specific (not all) clp file without error?
The text was updated successfully, but these errors were encountered:
To remove compressed data, delete all file within archive_output directory and ir_output directory.
And then, Open 'search' page of webUI again, and search with '*' . Then I got error.
Ah, that's an unsupported use case since the metadata for those archives would still exist in the database. We will be improving CLP's robustness for cases like this, but it will remain an error since missing data is not something we want to hide from the user.
How to remove specific (not all) clp file without error?
CLP doesn't currently have support for deleting a single file from the archives, although it's something we could support.
To clarify, do you want to delete a compressed file based on its original file path (i.e., the path that was initially passed to compress.sh)?
I can read compressed data with below.
To remove compressed data, delete all file within archive_output directory and ir_output directory.
And then, Open 'search' page of webUI again, and search with '*' . Then I got error.
Any document or best practice about it?
How to remove specific (not all) clp file without error?
The text was updated successfully, but these errors were encountered: