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
/
MultiTermsEnum
/
TermsEnumWithSlice
Terms
Enum
With
Slice
class
TermsEnumWithSlice
(
index
:
Int
,
subSlice
:
ReaderSlice
)
:
TermsEnumIndex
Members
Constructors
Terms
Enum
With
Slice
Link copied to clipboard
constructor
(
index
:
Int
,
subSlice
:
ReaderSlice
)
Properties
sub
Index
Link copied to clipboard
val
subIndex
:
Int
terms
Enum
Link copied to clipboard
var
termsEnum
:
TermsEnum
?
Functions
compare
Term
To
Link copied to clipboard
fun
compareTermTo
(
that
:
TermsEnumIndex
)
:
Int
next
Link copied to clipboard
fun
next
(
)
:
BytesRef
?
reset
Link copied to clipboard
fun
reset
(
tei
:
TermsEnumIndex
)
seek
Ceil
Link copied to clipboard
fun
seekCeil
(
term
:
BytesRef
)
:
TermsEnum.SeekStatus
seek
Exact
Link copied to clipboard
fun
seekExact
(
ord
:
Long
)
fun
seekExact
(
term
:
BytesRef
)
:
Boolean
term
Link copied to clipboard
fun
term
(
)
:
BytesRef
?
term
Equals
Link copied to clipboard
fun
termEquals
(
that
:
TermsEnumIndex.TermState
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String