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.IndexAccessFullTextLucene.FullTextTrigger. indexAccessFields 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_ACCESSMethods in org.h2.fulltext that return FullTextLucene.IndexAccess Modifier and Type Method Description protected static FullTextLucene.IndexAccessFullTextLucene. getIndexAccess(java.sql.Connection conn)Get the index writer/searcher wrapper for the given connection.
-