Package org.eclipse.rdf4j.sail.lucene
Interface DocumentResult
- All Known Subinterfaces:
DocumentDistance
,DocumentScore
public interface DocumentResult
A document result or hit from a search query.
-
Method Summary
Modifier and TypeMethodDescriptionReturns null if the document no longer exists.
-
Method Details
-
getDocument
SearchDocument getDocument()Returns null if the document no longer exists.
-