Hi -

When removing a node type from the index, nodes of that type aren't actually removed from the index. It seems to just need to commit changes after it makes the deletes - patch doing this is attached.

Cheers,

Ben

CommentFileSizeAuthor
#2 luceneapi-725740-2.patch839 bytescpliakas

Comments

cpliakas’s picture

Issue tags: +6.x-1.7

Thanks, Ben!

This makes sense because a fix for this was applied to the 2.0 API but was never backported to the 1.0 branch.

Much appreciated,
Chris

cpliakas’s picture

Status: Active » Needs review
Issue tags: -6.x-1.7
StatusFileSize
new839 bytes

The attached patch fixes the issue for the 6.x-1.6 release.

cpliakas’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +6.x-1.7, +5.x-1.7

Patch also works for 5.x branch.

cpliakas’s picture

Status: Reviewed & tested by the community » Fixed

Fixed in commits #391778, #391772.

Status: Fixed » Closed (fixed)
Issue tags: -6.x-1.7, -5.x-1.7

Automatically closed -- issue fixed for 2 weeks with no activity.