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.codecs
/
TermVectorsWriter
/
startField
start
Field
abstract
fun
startField
(
info
:
FieldInfo
?
,
numTerms
:
Int
,
positions
:
Boolean
,
offsets
:
Boolean
,
payloads
:
Boolean
)
Called before writing the terms of the field. .startTerm will be called
numTerms
times.