Class SolrDocumentResult
java.lang.Object
org.eclipse.rdf4j.sail.solr.SolrDocumentResult
- All Implemented Interfaces:
DocumentResult
- Direct Known Subclasses:
SolrDocumentDistance, SolrDocumentScore
@Deprecated(since="5.3.0",
forRemoval=true)
public class SolrDocumentResult
extends Object
implements DocumentResult
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
FieldsModifier and TypeFieldDescriptionprotected final SolrSearchDocumentDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns null if the document no longer exists.
-
Field Details
-
doc
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
SolrDocumentResult
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getDocument
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DocumentResultReturns null if the document no longer exists.- Specified by:
getDocumentin interfaceDocumentResult
-