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.search
/
MatchesTestBase
/
TermMatch
Term
Match
class
TermMatch
(
val
position
:
Int
,
val
startOffset
:
Int
,
val
endOffset
:
Int
)
Encapsulates a term position, start and end offset
Members
Constructors
Term
Match
Link copied to clipboard
constructor
(
position
:
Int
,
startOffset
:
Int
,
endOffset
:
Int
)
Properties
end
Offset
Link copied to clipboard
val
endOffset
:
Int
The end offset
position
Link copied to clipboard
val
position
:
Int
The position
start
Offset
Link copied to clipboard
val
startOffset
:
Int
The start offset
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String