Uses of Class
org.eclipse.rdf4j.sail.lucene.QuerySpec
Packages that use QuerySpec
Package
Description
A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of QuerySpec in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type QuerySpecModifier and TypeMethodDescriptionQuerySpecBuilder.process(TupleExpr tupleExpr, BindingSet bindings) Deprecated.Methods in org.eclipse.rdf4j.sail.lucene with parameters of type QuerySpecModifier and TypeMethodDescriptionprivate Iterable<? extends DocumentScore> AbstractSearchIndex.evaluateQuery(QuerySpec query) Evaluates one Lucene Query.private BindingSetCollectionAbstractSearchIndex.generateBindingSets(QuerySpec query, Iterable<? extends DocumentScore> hits) This method generates bindings from the given result of a Lucene query.protected abstract Iterable<? extends DocumentScore>