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.index
/
ParallelPostingsArray
Parallel
Postings
Array
open
class
ParallelPostingsArray
(
val
size
:
Int
)
Inheritors
TermVectorsPostingsArray
Members
Constructors
Parallel
Postings
Array
Link copied to clipboard
constructor
(
size
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
address
Offset
Link copied to clipboard
val
addressOffset
:
IntArray
byte
Starts
Link copied to clipboard
val
byteStarts
:
IntArray
size
Link copied to clipboard
val
size
:
Int
text
Starts
Link copied to clipboard
val
textStarts
:
IntArray
Functions
bytes
Per
Posting
Link copied to clipboard
open
fun
bytesPerPosting
(
)
:
Int
copy
To
Link copied to clipboard
open
fun
copyTo
(
toArray
:
ParallelPostingsArray
,
numToCopy
:
Int
)
grow
Link copied to clipboard
fun
grow
(
)
:
ParallelPostingsArray
new
Instance
Link copied to clipboard
open
fun
newInstance
(
size
:
Int
)
:
ParallelPostingsArray