Class ElasticsearchDocumentResult
- java.lang.Object
-
- org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocumentResult
-
- All Implemented Interfaces:
DocumentResult
- Direct Known Subclasses:
ElasticsearchDocumentDistance
,ElasticsearchDocumentScore
public class ElasticsearchDocumentResult extends Object implements DocumentResult
-
-
Field Summary
Fields Modifier and Type Field Description protected org.elasticsearch.search.SearchHit
hit
-
Constructor Summary
Constructors Constructor Description ElasticsearchDocumentResult(org.elasticsearch.search.SearchHit hit, com.google.common.base.Function<? super String,? extends org.locationtech.spatial4j.context.SpatialContext> geoContextMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchDocument
getDocument()
Returns null if the document no longer exists.
-
-
-
Constructor Detail
-
ElasticsearchDocumentResult
public ElasticsearchDocumentResult(org.elasticsearch.search.SearchHit hit, com.google.common.base.Function<? super String,? extends org.locationtech.spatial4j.context.SpatialContext> geoContextMapper)
-
-
Method Detail
-
getDocument
public SearchDocument getDocument()
Description copied from interface:DocumentResult
Returns null if the document no longer exists.- Specified by:
getDocument
in interfaceDocumentResult
-
-