Hi, Jackrabbit 2.6.4
I've overridden SearchManager.updateNodes(Iterator<NodeId> remove, Iterator<NodeState> add) to create my own index. This index should reflect the current state so when a node is deleted it should be removed. I can see when I delete a node that the NodeId does'nt exist in remove but there is an unstructured NodeState in add. Could someone please tell me how I can remove documents from my own index. Thanks, Rob.
