RE: Near Real Time for multiple applications

2012-11-07 Thread Scott Smith
ccandless.com] Sent: Tuesday, November 06, 2012 5:32 AM To: java-user@lucene.apache.org Subject: Re: Near Real Time for multiple applications On Mon, Nov 5, 2012 at 6:33 PM, Scott Smith wrote: > I've been reading about NRT thinking it might be good to integrate it into my > code. However,

Re: Near Real Time for multiple applications

2012-11-06 Thread Michael McCandless
On Mon, Nov 5, 2012 at 6:33 PM, Scott Smith wrote: > I've been reading about NRT thinking it might be good to integrate it into my > code. However, I have a question. > > Suppose that the index writer and the index reader run in totally different > JVMs (i.e., they are different applications an

Near Real Time for multiple applications

2012-11-05 Thread Scott Smith
I've been reading about NRT thinking it might be good to integrate it into my code. However, I have a question. Suppose that the index writer and the index reader run in totally different JVMs (i.e., they are different applications and only communicate via the disk). Am I correct in thinking