Class QueryParsers
java.lang.Object
org.elasticsearch.index.query.support.QueryParsers
public final class QueryParsers
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static ParseFieldCONSTANT_SCOREstatic ParseFieldCONSTANT_SCORE_BOOLEANstatic ParseFieldSCORING_BOOLEANstatic ParseFieldTOP_TERMSstatic ParseFieldTOP_TERMS_BLENDED_FREQSstatic ParseFieldTOP_TERMS_BOOST -
Method Summary
Modifier and Type Method Description static org.apache.lucene.search.MultiTermQuery.RewriteMethodparseRewriteMethod(java.lang.String rewriteMethod, org.apache.lucene.search.MultiTermQuery.RewriteMethod defaultRewriteMethod, DeprecationHandler deprecationHandler)static org.apache.lucene.search.MultiTermQuery.RewriteMethodparseRewriteMethod(java.lang.String rewriteMethod, DeprecationHandler deprecationHandler)static voidsetRewriteMethod(org.apache.lucene.search.MultiTermQuery query, org.apache.lucene.search.MultiTermQuery.RewriteMethod rewriteMethod)
-
Field Details
-
Method Details
-
setRewriteMethod
public static void setRewriteMethod(org.apache.lucene.search.MultiTermQuery query, @Nullable org.apache.lucene.search.MultiTermQuery.RewriteMethod rewriteMethod) -
parseRewriteMethod
public static org.apache.lucene.search.MultiTermQuery.RewriteMethod parseRewriteMethod(@Nullable java.lang.String rewriteMethod, DeprecationHandler deprecationHandler) -
parseRewriteMethod
public static org.apache.lucene.search.MultiTermQuery.RewriteMethod parseRewriteMethod(@Nullable java.lang.String rewriteMethod, @Nullable org.apache.lucene.search.MultiTermQuery.RewriteMethod defaultRewriteMethod, DeprecationHandler deprecationHandler)
-