Uses of Interface
org.eclipse.rdf4j.sail.lucene.DocumentResult
Packages that use DocumentResult
Package
Description
A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of DocumentResult in org.eclipse.rdf4j.sail.lucene
Subinterfaces of DocumentResult in org.eclipse.rdf4j.sail.luceneMethods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type DocumentResultModifier and TypeMethodDescriptionprivate Iterable
<? extends DocumentResult> AbstractSearchIndex.evaluateQuery
(GeoRelationQuerySpec query) protected abstract Iterable
<? extends DocumentResult> AbstractSearchIndex.geoRelationQuery
(String relation, IRI geoProperty, String wkt, Var context) Method parameters in org.eclipse.rdf4j.sail.lucene with type arguments of type DocumentResultModifier and TypeMethodDescriptionprivate BindingSetCollection
AbstractSearchIndex.generateBindingSets
(GeoRelationQuerySpec query, Iterable<? extends DocumentResult> hits)