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.indexes
The set of indexes in this database.Methods in org.h2.fulltext that return IndexInfoModifier and TypeMethodDescription(package private) IndexInfo
FullTextSettings.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) void
FullTextSettings.addIndexInfo
(IndexInfo index) Add an index.protected void
FullTextSettings.removeIndexInfo
(IndexInfo index) Remove an index from the settings.