Package | Description |
---|---|
org.eclipse.rdf4j.sail.elasticsearch | |
org.eclipse.rdf4j.sail.lucene | |
org.eclipse.rdf4j.sail.solr |
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchDocumentDistance |
Modifier and Type | Method and Description |
---|---|
protected Iterable<? extends DocumentDistance> |
ElasticsearchIndex.geoQuery(IRI geoProperty,
org.locationtech.spatial4j.shape.Point p,
IRI units,
double distance,
String distanceVar,
Var contextVar) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneDocumentDistance |
Modifier and Type | Method and Description |
---|---|
protected Iterable<? extends DocumentDistance> |
LuceneIndex.geoQuery(IRI geoProperty,
org.locationtech.spatial4j.shape.Point p,
IRI units,
double distance,
String distanceVar,
Var contextVar) |
protected abstract Iterable<? extends DocumentDistance> |
AbstractSearchIndex.geoQuery(IRI geoProperty,
org.locationtech.spatial4j.shape.Point p,
IRI units,
double distance,
String distanceVar,
Var context) |
Modifier and Type | Class and Description |
---|---|
class |
SolrDocumentDistance |
Modifier and Type | Method and Description |
---|---|
protected Iterable<? extends DocumentDistance> |
SolrIndex.geoQuery(IRI geoProperty,
org.locationtech.spatial4j.shape.Point p,
IRI units,
double distance,
String distanceVar,
Var contextVar) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.