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 that NRT isn't going to do anything for me?