lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
codecs
/
org.gnit.lucenekmp.codecs.simpletext
/
SimpleTextNormsFormat
Simple
Text
Norms
Format
class
SimpleTextNormsFormat
:
NormsFormat
plain-text norms format.
FOR RECREATIONAL USE ONLY
Members
Constructors
Simple
Text
Norms
Format
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Simple
Text
Norms
Consumer
Link copied to clipboard
class
SimpleTextNormsConsumer
(
state
:
SegmentWriteState
)
:
NormsConsumer
Writes plain-text norms.
Simple
Text
Norms
Producer
Link copied to clipboard
class
SimpleTextNormsProducer
(
state
:
SegmentReadState
)
:
NormsProducer
Reads plain-text norms.
Functions
norms
Consumer
Link copied to clipboard
open
override
fun
normsConsumer
(
state
:
SegmentWriteState
)
:
NormsConsumer
norms
Producer
Link copied to clipboard
open
override
fun
normsProducer
(
state
:
SegmentReadState
)
:
NormsProducer