Uses of Interface
org.eclipse.rdf4j.sail.lucene.DocumentDistance
-
Packages that use DocumentDistance Package Description org.eclipse.rdf4j.sail.elasticsearch ElasticSearch index for theLuceneSail
.org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.org.eclipse.rdf4j.sail.lucene.impl org.eclipse.rdf4j.sail.solr -
-
Uses of DocumentDistance in org.eclipse.rdf4j.sail.elasticsearch
Classes in org.eclipse.rdf4j.sail.elasticsearch that implement DocumentDistance Modifier and Type Class Description class
ElasticsearchDocumentDistance
Methods in org.eclipse.rdf4j.sail.elasticsearch that return types with arguments of type DocumentDistance Modifier and Type Method Description protected Iterable<? extends DocumentDistance>
ElasticsearchIndex. geoQuery(IRI geoProperty, org.locationtech.spatial4j.shape.Point p, IRI units, double distance, String distanceVar, Var contextVar)
-
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(IRI geoProperty, org.locationtech.spatial4j.shape.Point p, IRI units, double distance, String distanceVar, Var context)
-
Uses of DocumentDistance in org.eclipse.rdf4j.sail.lucene.impl
Classes in org.eclipse.rdf4j.sail.lucene.impl that implement DocumentDistance Modifier and Type Class Description class
LuceneDocumentDistance
Methods in org.eclipse.rdf4j.sail.lucene.impl that return types with arguments of type DocumentDistance Modifier and Type Method Description protected Iterable<? extends DocumentDistance>
LuceneIndex. geoQuery(IRI geoProperty, org.locationtech.spatial4j.shape.Point p, IRI units, double distance, String distanceVar, Var contextVar)
-
Uses of DocumentDistance in org.eclipse.rdf4j.sail.solr
Classes in org.eclipse.rdf4j.sail.solr that implement DocumentDistance Modifier and Type Class Description class
SolrDocumentDistance
Methods in org.eclipse.rdf4j.sail.solr that return types with arguments of type DocumentDistance Modifier and Type Method Description protected Iterable<? extends DocumentDistance>
SolrIndex. geoQuery(IRI geoProperty, org.locationtech.spatial4j.shape.Point p, IRI units, double distance, String distanceVar, Var contextVar)
-