Package org.h2.fulltext

The native full text search implementation, and the wrapper for the the Lucene full text search implementation.

See:
          Description

Class Summary
FullText This class implements the native full text search.
FullText.FullTextTrigger Trigger updates the index when a inserting, updating, or deleting a row.
FullTextLucene This class implements the full text search based on Apache Lucene.
FullTextLucene.FullTextTrigger Trigger updates the index when a inserting, updating, or deleting a row.
 

Package org.h2.fulltext Description

The native full text search implementation, and the wrapper for the the Lucene full text search implementation.