rabosh
Toggle table of contents
0.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rabosh
rabosh-index
/
app.oreshkov.rabosh.index
/
IndexOptions
/
IndexOptions
Index
Options
constructor
(
maxTermsPerSegment
:
Int
=
1 shl 20
,
maxTermBytes
:
Int
=
512
,
maxDepth
:
Int
=
32
,
maxChildren
:
Int
=
1024
,
damagedSidecars
:
DamagedIndexPolicy
=
DamagedIndexPolicy.REPORT
,
maxColumnValuesPerSegment
:
Int
=
1 shl 24
,
columnTextBoundBytes
:
Int
=
64
)