Class ElasticsearchDocument

java.lang.Object
org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
All Implemented Interfaces:
SearchDocument

public class ElasticsearchDocument extends Object implements SearchDocument
  • Constructor Details

    • ElasticsearchDocument

      @Deprecated public ElasticsearchDocument(org.elasticsearch.search.SearchHit hit)
      Deprecated.
    • ElasticsearchDocument

      public ElasticsearchDocument(org.elasticsearch.search.SearchHit hit, com.google.common.base.Function<? super String,? extends org.locationtech.spatial4j.context.SpatialContext> geoContextMapper)
    • ElasticsearchDocument

      public ElasticsearchDocument(String id, String type, String index, String resourceId, String context, com.google.common.base.Function<? super String,? extends org.locationtech.spatial4j.context.SpatialContext> geoContextMapper)
    • ElasticsearchDocument

      @Deprecated public ElasticsearchDocument(String id, String type, String index, long version, Map<String,Object> fields, com.google.common.base.Function<? super String,? extends org.locationtech.spatial4j.context.SpatialContext> geoContextMapper)
      Deprecated.
    • ElasticsearchDocument

      public ElasticsearchDocument(String id, String type, String index, long seqNo, long primaryTerm, Map<String,Object> fields, com.google.common.base.Function<? super String,? extends org.locationtech.spatial4j.context.SpatialContext> geoContextMapper)
  • Method Details