Uses of Class
org.h2.fulltext.FullTextSettings

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

Uses of FullTextSettings in org.h2.fulltext
 

Fields in org.h2.fulltext declared as FullTextSettings
protected  FullTextSettings FullText.FullTextTrigger.setting
           
 

Fields in org.h2.fulltext with type parameters of type FullTextSettings
protected static java.util.HashMap<java.lang.String,FullTextSettings> FullTextSettings.SETTINGS
          The settings of open indexes.
 

Methods in org.h2.fulltext that return FullTextSettings
protected static FullTextSettings FullTextSettings.getInstance(java.sql.Connection conn)
          Get or create the fulltext settings for this database.
 

Methods in org.h2.fulltext with parameters of type FullTextSettings
protected static void FullText.addWords(FullTextSettings setting, java.util.HashSet<java.lang.String> set, java.io.Reader reader)
          Add all words in the given text to the hash set.
protected static void FullText.addWords(FullTextSettings setting, java.util.HashSet<java.lang.String> set, java.lang.String text)
          Add all words in the given text to the hash set.