Uses of Class
org.h2.fulltext.FullTextSettings
-
Packages that use FullTextSettings Package Description org.h2.fulltext The native full text search implementation, and the wrapper for the Lucene full text search implementation. -
-
Uses of FullTextSettings in org.h2.fulltext
Fields in org.h2.fulltext declared as FullTextSettings Modifier and Type Field Description private FullTextSettingsFullText.FullTextTrigger. settingFields in org.h2.fulltext with type parameters of type FullTextSettings Modifier and Type Field Description private static java.util.HashMap<java.lang.String,FullTextSettings>FullTextSettings. SETTINGSThe settings of open indexes.Methods in org.h2.fulltext that return FullTextSettings Modifier and Type Method Description (package private) static FullTextSettingsFullTextSettings. getInstance(java.sql.Connection conn)Get or create the fulltext settings for this database.Methods in org.h2.fulltext with parameters of type FullTextSettings Modifier and Type Method Description protected static voidFullText. addWords(FullTextSettings setting, java.util.Set<java.lang.String> set, java.io.Reader reader)Add all words in the given text to the hash set.protected static voidFullText. addWords(FullTextSettings setting, java.util.Set<java.lang.String> set, java.lang.String text)Add all words in the given text to the hash set.private static voidFullText. setIgnoreList(FullTextSettings setting, java.lang.String commaSeparatedList)
-