Uses of Package
gate.creole.annic.lucene

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

Classes in gate.creole.annic.lucene used by gate.creole.annic.lucene
LuceneQueryResult
          This class
LuceneSearcher
          This class provides the Searching functionality for annic.
LuceneSearchThread
          Given a boolean query, it is translated into one or more AND normalized queries.
LuceneSearchThread.PatternResult
          Inner class to store pattern results.
LuceneSearchThread.QueryItem
          Inner class to store query Item.
QueryParser
          QueryParser parses the provided ANNIC Query and converts it into the format understood to Lucene.
 

Classes in gate.creole.annic.lucene used by gate.creole.annic.test
LuceneIndexer
          This class provides a Lucene based implementation for the Indexer interface.