On Sun, 2006-05-14 at 21:09 -0700, Chris Hostetter wrote: > > Personally: I think the best way to be "notified" that the index is > changed at a really fine level of granularity is to just poll on > IndexReader.getCurrentVersion (and compare with > IndexReader.getVersion) ... that way you don't have to worry that > you'll get messages to often -- you can poll at whatever rate you > want.
Thats not bad at all. Perhaps I can find a way to select notification strategy using the same listener interface. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]