lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
common
/
org.gnit.lucenekmp.analysis.morph
/
ConnectionCostsWriter
Connection
Costs
Writer
class
ConnectionCostsWriter
<
T
:
ConnectionCosts
>
(
implClazz
:
KClass
<
T
>
,
forwardSize
:
Int
,
backwardSize
:
Int
)
Writes connection costs
Members
Constructors
Connection
Costs
Writer
Link copied to clipboard
constructor
(
implClazz
:
KClass
<
T
>
,
forwardSize
:
Int
,
backwardSize
:
Int
)
Functions
add
Link copied to clipboard
fun
add
(
forwardId
:
Int
,
backwardId
:
Int
,
cost
:
Int
)
write
Link copied to clipboard
fun
write
(
baseDir
:
Path
,
connectionCostsCodecHeader
:
String
,
dictCodecVersion
:
Int
)