lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
queries
/
org.gnit.lucenekmp.queries.spans
/
SpanQuery
/
Companion
/
getTermStates
get
Term
States
fun
getTermStates
(
vararg
weights
:
SpanWeight
)
:
Map
<
Term
,
TermStates
>
fun
getTermStates
(
weights
:
Collection
<
SpanWeight
>
)
:
Map
<
Term
,
TermStates
>
Build a map of terms to
TermStates
, for use in constructing SpanWeights.