lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
queryparser
/
org.gnit.lucenekmp.queryparser.flexible.core.config
/
AbstractQueryConfig
/
set
set
fun
<
T
>
set
(
key
:
ConfigurationKey
<
T
>
,
value
:
T
?
)
Sets a key and its value.
Parameters
key
the key, cannot be
null
value
value to set
Type Parameters
T
the value's type