org.apache.lucene.search
Interface SearcherWarmer


public interface SearcherWarmer

Pass an implementation of this to NRTManager or SearcherManager to warm a new IndexSearcher before it's put into production.

WARNING: This API is experimental and might change in incompatible ways in the next release.

Method Summary
 void warm(IndexSearcher s)
           
 

Method Detail

warm

void warm(IndexSearcher s)
          throws IOException
Throws:
IOException


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.