Uses of Class
org.eclipse.rdf4j.sail.lucene.QuerySpec
Packages that use QuerySpec
Package
Description
ElasticSearch index for the
LuceneSail
.A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of QuerySpec in org.eclipse.rdf4j.sail.elasticsearch
Methods in org.eclipse.rdf4j.sail.elasticsearch with parameters of type QuerySpecModifier and TypeMethodDescriptionprotected Iterable
<? extends DocumentScore> Parse the passed query. -
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 QuerySpec -
Uses of QuerySpec in org.eclipse.rdf4j.sail.lucene.impl
Methods in org.eclipse.rdf4j.sail.lucene.impl with parameters of type QuerySpecModifier and TypeMethodDescriptionprotected Iterable
<? extends DocumentScore> Parse the passed query. -
Uses of QuerySpec in org.eclipse.rdf4j.sail.solr
Methods in org.eclipse.rdf4j.sail.solr with parameters of type QuerySpecModifier and TypeMethodDescriptionprotected Iterable
<? extends DocumentScore> Parse the passed query.