Uses of Package
gate.creole.annic

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

Classes in gate.creole.annic used by gate.creole.annic
Hit
          Hit is a unit of result that is returned when user searches the annic index.
Indexer
          Base interface that declares methods for the Indexer.
IndexException
          Exception that should be thrown should something unexpected happens during creating/updating/deleting index.
Pattern
          Pattern is an extension of the HIT class.
PatternAnnotation
          Pattern Annotation is similar to a GATE Annotation except that it doesn't have any annotation ID but it contains its position in the token stream that is created when indexing documents.
Searchable
          The interface declares methods which should be implemented by an object wishing to get indexed and being searchable.
Searcher
          Searcher interface.
SearchException
          This exception should be thrown should anything unexpectable happens during search.
 

Classes in gate.creole.annic used by gate.creole.annic.lucene
Hit
          Hit is a unit of result that is returned when user searches the annic index.
Indexer
          Base interface that declares methods for the Indexer.
IndexException
          Exception that should be thrown should something unexpected happens during creating/updating/deleting index.
Pattern
          Pattern is an extension of the HIT class.
PatternAnnotation
          Pattern Annotation is similar to a GATE Annotation except that it doesn't have any annotation ID but it contains its position in the token stream that is created when indexing documents.
Searcher
          Searcher interface.
SearchException
          This exception should be thrown should anything unexpectable happens during search.
 

Classes in gate.creole.annic used by gate.persist
Hit
          Hit is a unit of result that is returned when user searches the annic index.
Indexer
          Base interface that declares methods for the Indexer.
IndexException
          Exception that should be thrown should something unexpected happens during creating/updating/deleting index.
Searchable
          The interface declares methods which should be implemented by an object wishing to get indexed and being searchable.
SearchableDataStore
          Datastores want to become indexable and searchable should implement this interface.
Searcher
          Searcher interface.
SearchException
          This exception should be thrown should anything unexpectable happens during search.