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
/
MultiTermQuery
/
RewriteMethod
Rewrite
Method
abstract
class
RewriteMethod
Abstract class that defines how the query is rewritten.
Inheritors
DocValuesRewriteMethod
TermCollectingRewrite
Members
Constructors
Rewrite
Method
Link copied to clipboard
constructor
(
)
Functions
rewrite
Link copied to clipboard
abstract
fun
rewrite
(
indexSearcher
:
IndexSearcher
,
query
:
MultiTermQuery
)
:
Query