Uses of Interface
anl.aida.ae.lucene.TermFunction

Packages that use TermFunction
anl.aida.ae.lucene   
 

Uses of TermFunction in anl.aida.ae.lucene
 

Classes in anl.aida.ae.lucene that implement TermFunction
 class DBTermFunction
          TermFunction implementation that inserts the term data into a database.
 class STCCreator
          Creates ScoredTermCollections from a LuceneIndex.
 

Methods in anl.aida.ae.lucene with parameters of type TermFunction
 void TermScorer.apply(org.apache.lucene.index.IndexReader reader, TermFunction func)
          Iterates over all the Terms in the index and applies the specified function to them.