You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Robert Haycock <Ro...@artificial-solutions.com> on 2014/04/30 14:22:44 UTC

Implementing own lucene index

Hi,

As I got no answers to my last email (Overriding SearchIndex.updateNodes) I thought I would try something else.

I'm trying to maintain my own, separate lucene index. Is there a way to listen to what nodes have been added/modified/deleted? Is there a different approach I should be taking?

Thanks.