Class SolrDocumentScore
java.lang.Object
org.eclipse.rdf4j.sail.solr.SolrDocumentResult
org.eclipse.rdf4j.sail.solr.SolrDocumentScore
- All Implemented Interfaces:
DocumentResult, DocumentScore
@Deprecated(since="5.3.0",
forRemoval=true)
public class SolrDocumentScore
extends SolrDocumentResult
implements DocumentScore
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
ConstructorsConstructorDescriptionSolrDocumentScore(SolrSearchDocument doc, Map<String, List<String>> highlighting) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionfloatgetScore()Deprecated, for removal: This API element is subject to removal in a future version.getSnippets(String field) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, 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
-
SolrDocumentScore
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getScore
public float getScore()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getScorein interfaceDocumentScore
-
isHighlighted
public boolean isHighlighted()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isHighlightedin interfaceDocumentScore
-
getSnippets
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getSnippetsin interfaceDocumentScore
-