search-client
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
search-client
search-client
/
com.jillesvangurp.ktsearch
/
SearchResponse
/
Suggest
Suggest
@
Serializable
data
class
Suggest
(
val
text
:
String
,
val
offset
:
Int
,
val
length
:
Int
,
val
options
:
List
<
SearchResponse.Suggest.Option
>
)
Members
Constructors
Suggest
Link copied to clipboard
constructor
(
text
:
String
,
offset
:
Int
,
length
:
Int
,
options
:
List
<
SearchResponse.Suggest.Option
>
)
Types
Option
Link copied to clipboard
@
Serializable
data
class
Option
(
val
text
:
String
,
val
score
:
Double
,
val
freq
:
Int
?
,
val
collateMatch
:
Boolean
?
,
val
highlighted
:
String
?
)
Properties
length
Link copied to clipboard
val
length
:
Int
offset
Link copied to clipboard
val
offset
:
Int
options
Link copied to clipboard
val
options
:
List
<
SearchResponse.Suggest.Option
>
text
Link copied to clipboard
val
text
:
String