Uses of Interface
gate.creole.annic.apache.lucene.search.Searchable

Packages that use Searchable
gate.creole.annic.apache.lucene.search Search over indices. 
gate.creole.annic.lucene   
 

Uses of Searchable in gate.creole.annic.apache.lucene.search
 

Classes in gate.creole.annic.apache.lucene.search that implement Searchable
 class IndexSearcher
          Implements search over a single IndexReader.
 class Searcher
          An abstract base class for search implementations.
 

Uses of Searchable in gate.creole.annic.lucene
 

Classes in gate.creole.annic.lucene that implement Searchable
 class LuceneIndexSearcher
          This class provides an implementation that searches within the lucene index to retrieve the results of a query submitted by user.