Uses of Class
org.apache.lucene.index.LuceneSubIndexInfo

Packages that use LuceneSubIndexInfo
org.apache.lucene.index   
org.compass.core.lucene.engine.optimizer   
 

Uses of LuceneSubIndexInfo in org.apache.lucene.index
 

Methods in org.apache.lucene.index that return LuceneSubIndexInfo
static LuceneSubIndexInfo LuceneSubIndexInfo.getIndexInfo(String subIndex, CompassSession session)
          Returns low level Lucene index sub index information.
static LuceneSubIndexInfo LuceneSubIndexInfo.getIndexInfo(String subIndex, LuceneSearchEngineIndexManager indexManager)
           
static LuceneSubIndexInfo LuceneSubIndexInfo.getIndexInfo(String subIndex, LuceneSearchEngineStore store)
          Returns low level Lucene index sub index information.
 

Uses of LuceneSubIndexInfo in org.compass.core.lucene.engine.optimizer
 

Methods in org.compass.core.lucene.engine.optimizer that return LuceneSubIndexInfo
protected  LuceneSubIndexInfo AbstractIndexInfoOptimizer.doGetIndexInfo(String subIndex)
           
 

Methods in org.compass.core.lucene.engine.optimizer with parameters of type LuceneSubIndexInfo
protected  void AggressiveOptimizer.doForceOptimize(String subIndex, LuceneSubIndexInfo indexInfo)
           
protected abstract  void AbstractIndexInfoOptimizer.doForceOptimize(String subIndex, LuceneSubIndexInfo indexInfo)
           
protected  boolean AggressiveOptimizer.doNeedOptimizing(String subIndex, LuceneSubIndexInfo indexInfo)
           
protected  void AggressiveOptimizer.doOptimize(String subIndex, LuceneSubIndexInfo indexInfo)
           
protected abstract  void AbstractIndexInfoOptimizer.doOptimize(String subIndex, LuceneSubIndexInfo indexInfo)
           
 



Copyright (c) 2004-2008 The Compass Project.