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 private java.lang.Iterable<? extends DocumentDistance>
AbstractSearchIndex. evaluateQuery(DistanceQuerySpec query)
protected abstract java.lang.Iterable<? extends DocumentDistance>
AbstractSearchIndex. geoQuery(IRI geoProperty, org.locationtech.spatial4j.shape.Point p, IRI units, double distance, java.lang.String distanceVar, Var context)
Method parameters in org.eclipse.rdf4j.sail.lucene with type arguments of type DocumentDistance Modifier and Type Method Description private BindingSetCollection
AbstractSearchIndex. generateBindingSets(DistanceQuerySpec query, java.lang.Iterable<? extends DocumentDistance> hits)
-