lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.analysis
/
AbstractAnalysisFactory
/
get
get
fun
get
(
args
:
MutableMap
<
String
,
String
>
,
name
:
String
)
:
String
?
fun
get
(
args
:
MutableMap
<
String
,
String
>
,
name
:
String
,
defaultVal
:
String
)
:
String
fun
get
(
args
:
MutableMap
<
String
,
String
>
,
name
:
String
,
allowedValues
:
MutableCollection
<
String
>
,
defaultVal
:
String
?
=
null
,
caseSensitive
:
Boolean
=
true
)
:
String
?