lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
test-framework
/
org.gnit.lucenekmp.tests.index
/
AssertingLeafReader
/
AssertingPointValues
Asserting
Point
Values
class
AssertingPointValues
(
in
:
PointValues
,
maxDoc
:
Int
)
:
PointValues
Wraps a SortedSetDocValues but with additional asserts
Members
Constructors
Asserting
Point
Values
Link copied to clipboard
constructor
(
in
:
PointValues
,
maxDoc
:
Int
)
Properties
bytes
Per
Dimension
Link copied to clipboard
open
override
val
bytesPerDimension
:
Int
doc
Count
Link copied to clipboard
open
override
val
docCount
:
Int
max
Packed
Value
Link copied to clipboard
open
override
val
maxPackedValue
:
ByteArray
min
Packed
Value
Link copied to clipboard
open
override
val
minPackedValue
:
ByteArray
num
Dimensions
Link copied to clipboard
open
override
val
numDimensions
:
Int
num
Index
Dimensions
Link copied to clipboard
open
override
val
numIndexDimensions
:
Int
point
Tree
Link copied to clipboard
open
override
val
pointTree
:
PointValues.PointTree
wrapped
Link copied to clipboard
val
wrapped
:
PointValues
Functions
estimate
Doc
Count
Link copied to clipboard
fun
estimateDocCount
(
visitor
:
PointValues.IntersectVisitor
)
:
Long
estimate
Point
Count
Link copied to clipboard
fun
estimatePointCount
(
visitor
:
PointValues.IntersectVisitor
)
:
Long
intersect
Link copied to clipboard
fun
intersect
(
visitor
:
PointValues.IntersectVisitor
)
size
Link copied to clipboard
open
override
fun
size
(
)
:
Long