Package org.eclipse.rdf4j.sail.lucene
Interface DocumentScore
-
- All Superinterfaces:
DocumentResult
- All Known Implementing Classes:
ElasticsearchDocumentScore
,LuceneDocumentScore
,SolrDocumentScore
public interface DocumentScore extends DocumentResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getScore()
Iterable<String>
getSnippets(String field)
boolean
isHighlighted()
-
Methods inherited from interface org.eclipse.rdf4j.sail.lucene.DocumentResult
getDocument
-
-