Skip to content

Fixes #5: Handled duplicating files when loading the same directory again, Implement removing functions for ordedred structures interface.#11

Merged
OmarMGaber merged 1 commit intomasterfrom
fix/issue-5
Apr 14, 2025
Merged

Fixes #5: Handled duplicating files when loading the same directory again, Implement removing functions for ordedred structures interface.#11
OmarMGaber merged 1 commit intomasterfrom
fix/issue-5

Conversation

@OmarMGaber
Copy link
Copy Markdown
Member

Fixes: #5

Handle duplicated files while loading the same file/directory again by a brute force linear seach througth the index to remove the document from each occurrence and re-adding (parseDocument) it to the index.

Introduce Remove function for ordered structures interface.

…gain, Implement removing functions for ordedred slice interface.
@OmarMGaber OmarMGaber added this to the First Release milestone Apr 14, 2025
@OmarMGaber OmarMGaber merged commit fa7aac2 into master Apr 14, 2025
2 checks passed
@OmarMGaber OmarMGaber deleted the fix/issue-5 branch April 14, 2025 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicated files loaded

1 participant