Thanks Ted! Is there some underlying efficiency to this, or will it be scanning all of the rows underneath?
On Fri, Feb 18, 2011 at 7:47 AM, Ted Yu <[email protected]> wrote: > From Scan.java: > * To only retrieve columns within a specific range of version timestamps, > * execute {@link #setTimeRange(long, long) setTimeRange}. > > On Fri, Feb 18, 2011 at 6:48 AM, Jason Rutherglen < > [email protected]> wrote: > >> For search integration we need to, on server reboot scan over key >> values since the last Lucene commit, and add them to the index. Is >> there an efficient way to do this? >> >
