search-client
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
search-client
search-client
/
com.jillesvangurp.ktsearch
/
SearchResponse
/
Suggest
/
Option
Option
@
Serializable
data
class
Option
(
val
text
:
String
,
val
score
:
Double
,
val
freq
:
Int
?
,
val
collateMatch
:
Boolean
?
,
val
highlighted
:
String
?
)
Members
Constructors
Option
Link copied to clipboard
constructor
(
text
:
String
,
score
:
Double
,
freq
:
Int
?
,
collateMatch
:
Boolean
?
,
highlighted
:
String
?
)
Properties
collate
Match
Link copied to clipboard
@
SerialName
(
value
=
"collate_match"
)
val
collateMatch
:
Boolean
?
freq
Link copied to clipboard
val
freq
:
Int
?
highlighted
Link copied to clipboard
val
highlighted
:
String
?
score
Link copied to clipboard
val
score
:
Double
text
Link copied to clipboard
val
text
:
String