open-semantic-search icon indicating copy to clipboard operation
open-semantic-search copied to clipboard

Bug in indexing after file deletion

Open EvgeniaPatsoni opened this issue 5 years ago • 3 comments

I am using Open Semantic Desktop Search and I have mounted a remote directory that is indexed correctly. I am facing an issue though each time I delete a file on the remote directory, because it keeps showing up in the index, even after re-indexing/restarting the vm. Of course, If I click on the file I get a Not Found error. How can I resolve this issue?

Thanks

EvgeniaPatsoni avatar Feb 25 '20 14:02 EvgeniaPatsoni

Hi Evgenia,

I back you up on this. +1 I use a much earlier version of OSS and i have the same behaviour. OSS does additive reindexation only. Not completely differential.

As im not into Python, but Webdevelopment, I implemented a delete button (http API call as documented) to delete the entry.

To consequently have an up to date index you can workaround like this: Schedule to empty the index, index completely.

Best regards

Andy On 25 Feb 2020, at 15:16, Evgenia Patsoni [email protected] wrote:



I am using Open Semantic Desktop Search and I have mounted a remote directory that is indexed correctly. I am facing an issue though each time I delete a file on the remote directory, because it keeps showing up in the index, even after re-indexing/restarting the vm. Of course, If I click on the file I get a Not Found error. How can I resolve this issue?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/opensemanticsearch/open-semantic-search/issues/270?email_source=notifications&email_token=AGHTGF6SMB4MQEQZ77LC3ZDREUR2BA5CNFSM4K3KHWE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IQCVYYA, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGHTGF6PCPSVEZIOQMCSQM3REUR2BANCNFSM4K3KHWEQ.

mosea3 avatar Mar 02 '20 15:03 mosea3

Hello, I have the same problem - i mentiod this in this thread: https://github.com/opensemanticsearch/open-semantic-search/issues/197

But I can't clear index and reindex all because we have thousands of files ...

Thanks!

rusty9283 avatar Mar 04 '20 11:03 rusty9283

Hello, I have the same problem - i mentiod this in this thread: #197

But I can't clear index and reindex all because we have thousands of files ...

Thanks!

Hi @rusty9283 did you manage to solve this issue? Rergards!

danielrosero avatar May 20 '22 09:05 danielrosero