Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.QueryContext
Packages that use QueryContext
Package
Description
Implementations of
relevant to query evaluation.
invalid reference
Iteration
A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of QueryContext in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return QueryContextMethods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type QueryContextModifier and TypeMethodDescriptionvoid
QueryContextInitializer.destroy
(QueryContext ctx) Called before a QueryContext has ended.void
QueryContextInitializer.init
(QueryContext ctx) Called after a QueryContext has begun. -
Uses of QueryContext in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type QueryContextModifierConstructorDescriptionQueryContextIteration
(CloseableIteration<? extends BindingSet> iter, QueryContext queryContext) -
Uses of QueryContext in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene with parameters of type QueryContextModifier and TypeMethodDescriptionvoid
SearchIndexQueryContextInitializer.destroy
(QueryContext qctx) static SearchIndex
SearchIndexQueryContextInitializer.getSearchIndex
(QueryContext qctx) void
SearchIndexQueryContextInitializer.init
(QueryContext qctx) static void
SearchIndexQueryContextInitializer.init
(QueryContext qctx, SearchIndex searchIndex)