Duke icon indicating copy to clipboard operation
Duke copied to clipboard

Bug: MapDBBlockingDatabase index always deleted

Open swamikevala opened this issue 11 years ago • 0 comments

When I run Duke via the API (from Java servlet) using the MapDBBlockingDatabase, the index is always overwritten, even if I have set processor = new Processor(dukeConfig, false);

If the index is already there it deletes it and then attempts to recreate it, but the new index created only has a filesize of 64k.

Specifically, the .t file is being replaced, and the .p file remains the same...

swamikevala avatar Oct 04 '14 05:10 swamikevala