Uses of Interface
gate.creole.annic.Searchable

Packages that use Searchable
gate.creole.annic   
gate.persist   
 

Uses of Searchable in gate.creole.annic
 

Subinterfaces of Searchable in gate.creole.annic
 interface SearchableDataStore
          Datastores want to become indexable and searchable should implement this interface.
 

Uses of Searchable in gate.persist
 

Classes in gate.persist that implement Searchable
 class LuceneDataStoreImpl