Safe Haskell | None |
---|---|
Language | Haskell98 |
The document representation.
This includes the
- URI for identification,
- the description for the data itself
- the weight used in ranking and
- optionally a score
- data Document = Document {}
- emptyDocument :: Document
- toApiDocument :: Document -> ApiDocument
- fromApiDocument :: ApiDocument -> Document
- class NFData e => DocumentWrapper e where
Documentation
The document representation.