Class ElasticsearchDocumentResult
java.lang.Object
org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocumentResult
- All Implemented Interfaces:
DocumentResult
- Direct Known Subclasses:
ElasticsearchDocumentDistance, ElasticsearchDocumentScore
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionElasticsearchDocumentResult(co.elastic.clients.elasticsearch.core.search.Hit<Map<String, Object>> hit, com.google.common.base.Function<? super String, ? extends org.locationtech.spatial4j.context.SpatialContext> geoContextMapper) -
Method Summary
Modifier and TypeMethodDescriptionReturns null if the document no longer exists.
-
Field Details
-
hit
-
-
Constructor Details
-
ElasticsearchDocumentResult
-
-
Method Details
-
getDocument
Description copied from interface:DocumentResultReturns null if the document no longer exists.- Specified by:
getDocumentin interfaceDocumentResult
-