| Package | Description | 
|---|---|
| org.eclipse.rdf4j.sail.elasticsearch | ElasticSearch index for the  LuceneSail. | 
| org.eclipse.rdf4j.sail.lucene | A Sail implementation that supports full-text indexing via the Lucene API. | 
| 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-2020 Eclipse Foundation. All Rights Reserved.