lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
test-framework
/
org.gnit.lucenekmp.tests.util.fst
Package-level
declarations
Types
Types
FSTTester
Link copied to clipboard
class
FSTTester
<
T
>
(
val
random
:
Random
,
val
dir
:
Directory
=
ByteBuffersDirectory()
,
val
inputMode
:
Int
,
val
pairs
:
List
<
FSTTester.InputOutput
<
T
>
>
,
val
outputs
:
Outputs
<
T
>
)
Simplified FST tester used by the ported tests.
FSTTester
Util
Link copied to clipboard
object
FSTTesterUtil