Class ElasticsearchDocumentDistance

java.lang.Object
org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocumentResult
org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocumentDistance
All Implemented Interfaces:
DocumentDistance, DocumentResult

@Deprecated(since="5.3.0", forRemoval=true) public class ElasticsearchDocumentDistance extends ElasticsearchDocumentResult implements DocumentDistance
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated in preparation for an Elasticsearch client upgrade; this API will change or be removed in a future release.
  • Field Summary

    Fields inherited from class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocumentResult

    hit
  • Constructor Summary

    Constructors
    Constructor
    Description
    ElasticsearchDocumentDistance(org.elasticsearch.search.SearchHit hit, com.google.common.base.Function<? super String,? extends org.locationtech.spatial4j.context.SpatialContext> geoContextMapper, String geoPointField, IRI units, org.elasticsearch.common.geo.GeoPoint srcPoint, org.elasticsearch.common.unit.DistanceUnit unit)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocumentResult

    getDocument

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.rdf4j.sail.lucene.DocumentResult

    getDocument
  • Constructor Details

    • ElasticsearchDocumentDistance

      public ElasticsearchDocumentDistance(org.elasticsearch.search.SearchHit hit, com.google.common.base.Function<? super String,? extends org.locationtech.spatial4j.context.SpatialContext> geoContextMapper, String geoPointField, IRI units, org.elasticsearch.common.geo.GeoPoint srcPoint, org.elasticsearch.common.unit.DistanceUnit unit)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getDistance

      public double getDistance()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getDistance in interface DocumentDistance