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
/
RandomPostingsTester
/
FieldAndTerm
Field
And
Term
class
FieldAndTerm
(
val
field
:
String
,
term
:
BytesRef
,
val
ord
:
Long
)
Holds one field, term and ord.
Members
Constructors
Field
And
Term
Link copied to clipboard
constructor
(
field
:
String
,
term
:
BytesRef
,
ord
:
Long
)
Properties
field
Link copied to clipboard
val
field
:
String
ord
Link copied to clipboard
val
ord
:
Long
term
Link copied to clipboard
val
term
:
BytesRef