public abstract static class IndexWriter.IndexReaderWarmer extends Object
DirectoryReader.open(IndexWriter,boolean) has
  been called (ie, this writer is in near real-time
  mode), then after a merge completes, this class can be
  invoked to warm the reader on the newly merged
  segment, before the merge commits.  This is not
  required for near real-time search, but will reduce
  search latency on opening a new near real-time reader
  after a merge completes.NOTE: warm is called before any deletes have been carried over to the merged segment.
| Modifier | Constructor and Description | 
|---|---|
| protected  | IndexWriter.IndexReaderWarmer()Sole constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | warm(AtomicReader reader)Invoked on the  AtomicReaderfor the newly
  merged segment, before that segment is made visible
  to near-real-time readers. | 
protected IndexWriter.IndexReaderWarmer()
public abstract void warm(AtomicReader reader) throws IOException
AtomicReader for the newly
  merged segment, before that segment is made visible
  to near-real-time readers.IOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.