Uses of Class
org.h2.fulltext.FullTextSettings
Packages that use FullTextSettings
Package
Description
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 FullTextSettingsFields in org.h2.fulltext with type parameters of type FullTextSettingsModifier and TypeFieldDescriptionprivate static final HashMap<String, FullTextSettings> FullTextSettings.SETTINGSThe settings of open indexes.Methods in org.h2.fulltext that return FullTextSettingsModifier and TypeMethodDescription(package private) static FullTextSettingsFullTextSettings.getInstance(Connection conn) Get or create the fulltext settings for this database.Methods in org.h2.fulltext with parameters of type FullTextSettingsModifier and TypeMethodDescriptionprotected static voidFullText.addWords(FullTextSettings setting, Set<String> set, Reader reader) Add all words in the given text to the hash set.protected static voidFullText.addWords(FullTextSettings setting, Set<String> set, String text) Add all words in the given text to the hash set.private static voidFullText.setIgnoreList(FullTextSettings setting, String commaSeparatedList)