Roger Keays wrote:
Hi there,
I'm trying to delete a single document by using its uuid field:
uuid = new Term("uuid", item.getUuid().toString());
writer.deleteDocuments(uuid);
writer.close();
However, it appears that this operation is deleting *every* document,
w
Hi there,
I'm trying to delete a single document by using its uuid field:
uuid = new Term("uuid", item.getUuid().toString());
writer.deleteDocuments(uuid);
writer.close();
However, it appears that this operation is deleting *every* document,
whether the uuid matches or not. The uui