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 FullTextSettings
FullText.FullTextTrigger. setting
Fields 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. SETTINGS
The settings of open indexes.Methods in org.h2.fulltext that return FullTextSettings Modifier and Type Method Description (package private) 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 Modifier and Type Method Description protected static void
FullText. 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 void
FullText. 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 void
FullText. setIgnoreList(FullTextSettings setting, java.lang.String commaSeparatedList)
-