Scanning docs at index time

2010-02-22 Thread Nigel
I'd like to scan documents as they're being indexed, to find out immediately if any of them match certain queries. The goal is to find out of there are any new hits for these queries as soon as possible, without re-searching the index over and over (which would be inefficient, and higher

Re: Scanning docs at index time

2010-02-22 Thread Apoorv Sharma
I don't know of classes which will be suitable but if they are ordered queries a simple code could easily be written. On Mon, Feb 22, 2010 at 9:59 PM, Nigel nigelspl...@gmail.com wrote: I'd like to scan documents as they're being indexed, to find out immediately if any of them match certain