DocSearchResult

data class DocSearchResult(val page: DocPage, val score: Int, val matchedTerms: List<String>)(source)

Ranked search result.

Constructors

Link copied to clipboard
constructor(page: DocPage, score: Int, matchedTerms: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val score: Int