FtsMatchInfo

data class FtsMatchInfo(var prefix: Boolean, var stemming: Boolean)

Additional data about how an FTS match was made

Constructors

Link copied to clipboard
constructor(prefix: Boolean, stemming: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Was this a prefix match (water b matched against water bottle)

Link copied to clipboard

Did the match require stemming? (run shoes matched against running shoes)