Package org.h2.fulltext
The native full text search implementation, and the wrapper for the Lucene full text search implementation.
-
Class Summary Class Description 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.FullTextLucene.IndexAccess A wrapper for the Lucene writer and searcher.FullTextSettings The global settings of a full text search.IndexInfo The settings of one full text search index.