Uses of Interface
org.eclipse.rdf4j.sail.lucene.SearchQueryInterpreter
-
Packages that use SearchQueryInterpreter Package Description org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API. -
-
Uses of SearchQueryInterpreter in org.eclipse.rdf4j.sail.lucene
Classes in org.eclipse.rdf4j.sail.lucene that implement SearchQueryInterpreter Modifier and Type Class Description class
DistanceQuerySpecBuilder
class
GeoRelationQuerySpecBuilder
class
QuerySpecBuilder
A QueryInterpreter creates a set of QuerySpecs based on Lucene-related StatementPatterns that it finds in a TupleExpr.Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type SearchQueryInterpreter Modifier and Type Method Description protected Collection<SearchQueryInterpreter>
LuceneSail. getSearchQueryInterpreters()
-