Package | Description |
---|---|
org.apache.lucene.search.spans |
The calculus of spans.
|
Modifier and Type | Class and Description |
---|---|
static class |
SpanMultiTermQueryWrapper.TopTermsSpanBooleanQueryRewrite
A rewrite method that first translates each term into a SpanTermQuery in a
BooleanClause.Occur.SHOULD clause in a BooleanQuery, and keeps the
scores as computed by the query. |
Modifier and Type | Field and Description |
---|---|
static SpanMultiTermQueryWrapper.SpanRewriteMethod |
SpanMultiTermQueryWrapper.SCORING_SPAN_QUERY_REWRITE
A rewrite method that first translates each term into a SpanTermQuery in a
BooleanClause.Occur.SHOULD clause in a BooleanQuery, and keeps the
scores as computed by the query. |
Modifier and Type | Method and Description |
---|---|
SpanMultiTermQueryWrapper.SpanRewriteMethod |
SpanMultiTermQueryWrapper.getRewriteMethod()
Expert: returns the rewriteMethod
|
Modifier and Type | Method and Description |
---|---|
void |
SpanMultiTermQueryWrapper.setRewriteMethod(SpanMultiTermQueryWrapper.SpanRewriteMethod rewriteMethod)
Expert: sets the rewrite method.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.