Uses of Interface
org.compass.core.lucene.engine.LuceneDelegatedClose

Packages that use LuceneDelegatedClose
org.compass.core.lucene.engine   
org.compass.core.lucene.engine.transaction   
 

Uses of LuceneDelegatedClose in org.compass.core.lucene.engine
 

Subinterfaces of LuceneDelegatedClose in org.compass.core.lucene.engine
 interface LuceneSearchEngineHits
          A Lucene specific extension to search engine hits.
 

Classes in org.compass.core.lucene.engine that implement LuceneDelegatedClose
 class DefaultLuceneSearchEngineHits
           
 class EmptyLuceneSearchEngineHits
           
 class LuceneSearchEngineHighlighter
           
 class LuceneSearchEngineInternalSearch
          A Lucene specific search "internals", allowing for Lucene IndexReader and Searcher access.
 

Methods in org.compass.core.lucene.engine with parameters of type LuceneDelegatedClose
 void LuceneSearchEngine.removeDelegatedClose(LuceneDelegatedClose closable)
           
 

Uses of LuceneDelegatedClose in org.compass.core.lucene.engine.transaction
 

Methods in org.compass.core.lucene.engine.transaction with parameters of type LuceneDelegatedClose
 void LuceneSearchEngineTransaction.removeDelegatedClose(LuceneDelegatedClose closable)
           
 void AbstractTransaction.removeDelegatedClose(LuceneDelegatedClose closable)
           
 



Copyright (c) 2004-2008 The Compass Project.