Uses of Class
org.h2.fulltext.FullTextLucene.IndexAccess
-
Packages that use FullTextLucene.IndexAccess Package Description org.h2.fulltext The native full text search implementation, and the wrapper for the Lucene full text search implementation. -
-
Uses of FullTextLucene.IndexAccess in org.h2.fulltext
Fields in org.h2.fulltext declared as FullTextLucene.IndexAccess Modifier and Type Field Description private FullTextLucene.IndexAccess
FullTextLucene.FullTextTrigger. indexAccess
Fields in org.h2.fulltext with type parameters of type FullTextLucene.IndexAccess Modifier and Type Field Description private static java.util.HashMap<java.lang.String,FullTextLucene.IndexAccess>
FullTextLucene. INDEX_ACCESS
Methods in org.h2.fulltext that return FullTextLucene.IndexAccess Modifier and Type Method Description protected static FullTextLucene.IndexAccess
FullTextLucene. getIndexAccess(java.sql.Connection conn)
Get the index writer/searcher wrapper for the given connection.
-