Package org.eclipse.rdf4j.sail.lucene
Class SearchIndexQueryContextInitializer
java.lang.Object
org.eclipse.rdf4j.sail.lucene.SearchIndexQueryContextInitializer
- All Implemented Interfaces:
QueryContextInitializer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy
(QueryContext qctx) Called before a QueryContext has ended.static SearchIndex
getSearchIndex
(QueryContext qctx) void
init
(QueryContext qctx) Called after a QueryContext has begun.static void
init
(QueryContext qctx, SearchIndex searchIndex)
-
Constructor Details
-
SearchIndexQueryContextInitializer
-
-
Method Details
-
init
-
getSearchIndex
-
init
Description copied from interface:QueryContextInitializer
Called after a QueryContext has begun.- Specified by:
init
in interfaceQueryContextInitializer
- Parameters:
qctx
-
-
destroy
Description copied from interface:QueryContextInitializer
Called before a QueryContext has ended.- Specified by:
destroy
in interfaceQueryContextInitializer
- Parameters:
qctx
-
-