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.analysis
/
CannedBinaryTokenStream
/
BinaryToken
Binary
Token
class
BinaryToken
Represents a binary token.
Members
Constructors
Binary
Token
Link copied to clipboard
constructor
(
term
:
BytesRef
)
constructor
(
term
:
BytesRef
,
posInc
:
Int
,
posLen
:
Int
)
Properties
end
Offset
Link copied to clipboard
var
endOffset
:
Int
pos
Inc
Link copied to clipboard
var
posInc
:
Int
pos
Len
Link copied to clipboard
var
posLen
:
Int
start
Offset
Link copied to clipboard
var
startOffset
:
Int
term
Link copied to clipboard
var
term
:
BytesRef