Package org.eclipse.rdf4j.sail.solr
Class SolrDocumentScore
java.lang.Object
org.eclipse.rdf4j.sail.solr.SolrDocumentResult
org.eclipse.rdf4j.sail.solr.SolrDocumentScore
- All Implemented Interfaces:
DocumentResult
,DocumentScore
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.sail.solr.SolrDocumentResult
doc
-
Constructor Summary
ConstructorDescriptionSolrDocumentScore
(SolrSearchDocument doc, Map<String, List<String>> highlighting) -
Method Summary
Methods inherited from class org.eclipse.rdf4j.sail.solr.SolrDocumentResult
getDocument
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.sail.lucene.DocumentResult
getDocument
-
Constructor Details
-
SolrDocumentScore
-
-
Method Details
-
getScore
public float getScore()- Specified by:
getScore
in interfaceDocumentScore
-
isHighlighted
public boolean isHighlighted()- Specified by:
isHighlighted
in interfaceDocumentScore
-
getSnippets
- Specified by:
getSnippets
in interfaceDocumentScore
-