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.util
/
OfflineSorter
/
OfflineSorter
Offline
Sorter
constructor
(
dir
:
Directory
,
tempFileNamePrefix
:
String
,
comparator
:
Comparator
<
BytesRef
>
,
ramBufferSize
:
OfflineSorter.BufferSize
,
maxTempFiles
:
Int
,
valueLength
:
Int
,
exec
:
ExecutorService
?
,
maxPartitionsInRAM
:
Int
)
constructor
(
dir
:
Directory
,
tempFileNamePrefix
:
String
)
constructor
(
dir
:
Directory
,
tempFileNamePrefix
:
String
,
comparator
:
Comparator
<
BytesRef
>
)