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 IndexInfoFullText.FullTextTrigger. indexFields 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. indexesThe set of indexes in this database.Methods in org.h2.fulltext that return IndexInfo Modifier and Type Method Description (package private) IndexInfoFullTextSettings. 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) voidFullTextSettings. addIndexInfo(IndexInfo index)Add an index.protected voidFullTextSettings. removeIndexInfo(IndexInfo index)Remove an index from the settings.
-