Uses of Class
org.h2.fulltext.IndexInfo
-
Packages that use IndexInfo Package Description org.h2.fulltext 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 IndexInfo Modifier and Type Field Description private IndexInfo
FullText.FullTextTrigger. index
Fields in org.h2.fulltext with type parameters of type IndexInfo Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<java.lang.Integer,IndexInfo>
FullTextSettings. indexes
The set of indexes in this database.Methods in org.h2.fulltext that return IndexInfo Modifier and Type Method Description (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 IndexInfo Modifier and Type Method Description (package private) void
FullTextSettings. addIndexInfo(IndexInfo index)
Add an index.protected void
FullTextSettings. removeIndexInfo(IndexInfo index)
Remove an index from the settings.
-