Class SolrDocumentDistance
java.lang.Object
org.eclipse.rdf4j.sail.solr.SolrDocumentResult
org.eclipse.rdf4j.sail.solr.SolrDocumentDistance
- All Implemented Interfaces:
DocumentDistance, DocumentResult
@Deprecated(since="5.3.0",
forRemoval=true)
public class SolrDocumentDistance
extends SolrDocumentResult
implements DocumentDistance
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.3.0. Solr integration is deprecated for removal; use alternative Lucene-backed search
implementations instead.
-
Field Summary
Fields inherited from class SolrDocumentResult
docModifier and TypeFieldDescriptionprotected final SolrSearchDocumentDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionSolrDocumentDistance(SolrSearchDocument doc, IRI units) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiondoubleDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class SolrDocumentResult
getDocumentModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns null if the document no longer exists.
-
Constructor Details
-
SolrDocumentDistance
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:
getDistancein interfaceDocumentDistance
-