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.search
/
PhraseQuery
/
PostingsAndFreq
Postings
And
Freq
class
PostingsAndFreq
:
Comparable
<
PhraseQuery.PostingsAndFreq
>
Term postings and position information for phrase matching
Members
Constructors
Postings
And
Freq
Link copied to clipboard
constructor
(
postings
:
PostingsEnum
,
impacts
:
ImpactsEnum
,
position
:
Int
,
vararg
terms
:
Term
)
Creates PostingsAndFreq instance
constructor
(
postings
:
PostingsEnum
,
impacts
:
ImpactsEnum
,
position
:
Int
,
terms
:
MutableList
<
Term
>
)
Properties
impacts
Link copied to clipboard
val
impacts
:
ImpactsEnum
n
Terms
Link copied to clipboard
val
nTerms
:
Int
position
Link copied to clipboard
val
position
:
Int
postings
Link copied to clipboard
val
postings
:
PostingsEnum
terms
Link copied to clipboard
val
terms
:
Array
<
out
Term
>
?
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
PhraseQuery.PostingsAndFreq
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
obj
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int