nsoft / jesterj

Document Ingestion Framework for Search Systems
Apache License 2.0
35 stars 33 forks source link

Dropping a document causes a fatal error #189

Closed nsoft closed 1 year ago

nsoft commented 1 year ago

The way to drop a document is supposed to be document.setStatus(Status.DROPPED) but apparently we don't have a unit test for this and it causes the document to arrive at the terminal step with no status, and that's (correctly) flagged as a fatal error.

Need to add a unit test and fix this problem. This will force a Beta4 release.