Uses of Interface
org.eclipse.rdf4j.sail.lucene.DocumentDistance
-
Packages that use DocumentDistance Package Description org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API. -
-
Uses of DocumentDistance in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type DocumentDistance Modifier and Type Method Description protected abstract Iterable<? extends DocumentDistance>AbstractSearchIndex. geoQuery(org.eclipse.rdf4j.model.IRI geoProperty, org.locationtech.spatial4j.shape.Point p, org.eclipse.rdf4j.model.IRI units, double distance, String distanceVar, org.eclipse.rdf4j.query.algebra.Var context)
-