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
doc -
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
getDocumentMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DocumentResult
getDocument
-
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
-