Uses of Class
org.h2.fulltext.IndexInfo
Packages that use IndexInfo
Package
Description
The native full text search implementation, and the wrapper for the Lucene full text search implementation.
-
Uses of IndexInfo in org.h2.fulltext
Fields in org.h2.fulltext declared as IndexInfoFields in org.h2.fulltext with type parameters of type IndexInfoModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<Integer, IndexInfo> FullTextSettings.indexesThe set of indexes in this database.Methods in org.h2.fulltext that return IndexInfoModifier and TypeMethodDescription(package private) IndexInfoFullTextSettings.getIndexInfo(int indexId) Get the index information for the given index id.Methods in org.h2.fulltext with parameters of type IndexInfoModifier and TypeMethodDescription(package private) voidFullTextSettings.addIndexInfo(IndexInfo index) Add an index.protected voidFullTextSettings.removeIndexInfo(IndexInfo index) Remove an index from the settings.