3 messages in org.apache.jackrabbit.usersRebuild Lucene Index For Clustered Node
FromSent OnAttachments
Noah VihinenOct 12, 2007 8:30 am 
Noah VihinenOct 18, 2007 6:57 am 
Dominique PfisterOct 18, 2007 7:04 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Rebuild Lucene Index For Clustered NodeActions...
From:Noah Vihinen (nvih@maven.net)
Date:Oct 12, 2007 8:30:19 am
List:org.apache.jackrabbit.users

I want to confirm the behavior of lucene search index rebuilding in a clustered environment. Our clustered environment is configured to use the database journal table to keep the nodes in sync. When one node rebuilds its lucene search index, does it rebuild it by replaying every relevant change in the journal table?

In our experience this is true. Assuming this is the case, is there any way to 'reset' the journal table, and make the lucene search indexes rebuild off of the actual persistent node/property/vale state in the DB, rather than the journal table entries?

Thanks, Noah