Uses of Class
org.h2.fulltext.FullTextLucene.IndexAccess
Packages that use FullTextLucene.IndexAccess
Package
Description
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.IndexAccessModifier and TypeFieldDescriptionprivate FullTextLucene.IndexAccess
FullTextLucene.FullTextTrigger.indexAccess
Fields in org.h2.fulltext with type parameters of type FullTextLucene.IndexAccessModifier and TypeFieldDescriptionprivate static final HashMap
<String, FullTextLucene.IndexAccess> FullTextLucene.INDEX_ACCESS
Methods in org.h2.fulltext that return FullTextLucene.IndexAccessModifier and TypeMethodDescriptionprotected static FullTextLucene.IndexAccess
FullTextLucene.getIndexAccess
(Connection conn) Get the index writer/searcher wrapper for the given connection.