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.codecs.cranky
/
CrankyDocValuesFormat
Cranky
Doc
Values
Format
class
CrankyDocValuesFormat
(
val
delegate
:
DocValuesFormat
,
val
random
:
Random
)
:
DocValuesFormat
Members
Constructors
Cranky
Doc
Values
Format
Link copied to clipboard
constructor
(
delegate
:
DocValuesFormat
,
random
:
Random
)
Types
Cranky
Doc
Values
Consumer
Link copied to clipboard
class
CrankyDocValuesConsumer
(
val
delegate
:
DocValuesConsumer
,
val
random
:
Random
)
:
DocValuesConsumer
Properties
delegate
Link copied to clipboard
val
delegate
:
DocValuesFormat
name
Link copied to clipboard
open
lateinit override
var
name
:
String
random
Link copied to clipboard
val
random
:
Random
Functions
fields
Consumer
Link copied to clipboard
open
override
fun
fieldsConsumer
(
state
:
SegmentWriteState
)
:
DocValuesConsumer
fields
Producer
Link copied to clipboard
open
override
fun
fieldsProducer
(
state
:
SegmentReadState
)
:
DocValuesProducer
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String