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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | luceneapi-725740-2.patch | 839 bytes | cpliakas |
Comments
Comment #1
cpliakas commentedThanks, 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
Comment #2
cpliakas commentedThe attached patch fixes the issue for the 6.x-1.6 release.
Comment #3
cpliakas commentedPatch also works for 5.x branch.
Comment #4
cpliakas commentedFixed in commits #391778, #391772.