Uses of Class
org.apache.lucene.search.spans.SpanMultiTermQueryWrapper.SpanRewriteMethod
-
-
Uses of SpanMultiTermQueryWrapper.SpanRewriteMethod in org.apache.lucene.search.spans
Subclasses of SpanMultiTermQueryWrapper.SpanRewriteMethod in org.apache.lucene.search.spans Modifier and Type Class Description static classSpanMultiTermQueryWrapper.TopTermsSpanBooleanQueryRewriteA rewrite method that first translates each term into a SpanTermQuery in aBooleanClause.Occur.SHOULDclause in a BooleanQuery, and keeps the scores as computed by the query.Fields in org.apache.lucene.search.spans declared as SpanMultiTermQueryWrapper.SpanRewriteMethod Modifier and Type Field Description static SpanMultiTermQueryWrapper.SpanRewriteMethodSpanMultiTermQueryWrapper. SCORING_SPAN_QUERY_REWRITEA rewrite method that first translates each term into a SpanTermQuery in aBooleanClause.Occur.SHOULDclause in a BooleanQuery, and keeps the scores as computed by the query.Methods in org.apache.lucene.search.spans that return SpanMultiTermQueryWrapper.SpanRewriteMethod Modifier and Type Method Description SpanMultiTermQueryWrapper.SpanRewriteMethodSpanMultiTermQueryWrapper. getRewriteMethod()Expert: returns the rewriteMethodMethods in org.apache.lucene.search.spans with parameters of type SpanMultiTermQueryWrapper.SpanRewriteMethod Modifier and Type Method Description voidSpanMultiTermQueryWrapper. setRewriteMethod(SpanMultiTermQueryWrapper.SpanRewriteMethod rewriteMethod)Expert: sets the rewrite method. -
Uses of SpanMultiTermQueryWrapper.SpanRewriteMethod in org.elasticsearch.common.lucene.search
Subclasses of SpanMultiTermQueryWrapper.SpanRewriteMethod in org.elasticsearch.common.lucene.search Modifier and Type Class Description classSpanBooleanQueryRewriteWithMaxClauseA span rewrite method that extracts the firstmaxExpansionsterms that match theMultiTermQueryin the terms dictionary. -
Uses of SpanMultiTermQueryWrapper.SpanRewriteMethod in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper with parameters of type SpanMultiTermQueryWrapper.SpanRewriteMethod Modifier and Type Method Description SpanQueryMappedFieldType. spanPrefixQuery(String value, SpanMultiTermQueryWrapper.SpanRewriteMethod method, QueryShardContext context)SpanQueryTextFieldMapper.TextFieldType. spanPrefixQuery(String value, SpanMultiTermQueryWrapper.SpanRewriteMethod method, QueryShardContext context) -
Uses of SpanMultiTermQueryWrapper.SpanRewriteMethod in org.elasticsearch.index.search
Fields in org.elasticsearch.index.search declared as SpanMultiTermQueryWrapper.SpanRewriteMethod Modifier and Type Field Description protected SpanMultiTermQueryWrapper.SpanRewriteMethodMatchQuery. spanRewriteMethod
-