search-client
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
search-client
search-client
/
com.jillesvangurp.ktsearch.repository
/
IndexRepository
/
mGetDocuments
m
Get
Documents
suspend
fun
mGetDocuments
(
docIds
:
List
<
String
>
,
preference
:
String
?
=
null
,
realtime
:
Boolean
?
=
null
,
refresh
:
Refresh
?
=
null
,
routing
:
String
?
=
null
,
storedFields
:
String
?
=
null
,
source
:
String
?
=
null
)
:
List
<
T
>