Uses of Class
org.h2.fulltext.FullText

Packages that use FullText
org.h2.fulltext The native full text search implementation, and the wrapper for the the Lucene full text search implementation. 
 

Uses of FullText in org.h2.fulltext
 

Subclasses of FullText in org.h2.fulltext
 class FullTextLucene
          This class implements the full text search based on Apache Lucene.