toggle menu
search-client
common
switch theme
search in API
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
>