Class QueryParsers
java.lang.Object
org.elasticsearch.index.query.support.QueryParsers
-
Field Summary
Modifier and TypeFieldDescriptionstatic org.elasticsearch.common.xcontent.ParseField
static org.elasticsearch.common.xcontent.ParseField
static org.elasticsearch.common.xcontent.ParseField
static org.elasticsearch.common.xcontent.ParseField
static org.elasticsearch.common.xcontent.ParseField
static org.elasticsearch.common.xcontent.ParseField
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.lucene.search.MultiTermQuery.RewriteMethod
parseRewriteMethod(String rewriteMethod, org.apache.lucene.search.MultiTermQuery.RewriteMethod defaultRewriteMethod, org.elasticsearch.common.xcontent.DeprecationHandler deprecationHandler)
static org.apache.lucene.search.MultiTermQuery.RewriteMethod
parseRewriteMethod(String rewriteMethod, org.elasticsearch.common.xcontent.DeprecationHandler deprecationHandler)
static void
setRewriteMethod(org.apache.lucene.search.MultiTermQuery query, org.apache.lucene.search.MultiTermQuery.RewriteMethod rewriteMethod)
-
Field Details
-
CONSTANT_SCORE
public static final org.elasticsearch.common.xcontent.ParseField CONSTANT_SCORE -
SCORING_BOOLEAN
public static final org.elasticsearch.common.xcontent.ParseField SCORING_BOOLEAN -
CONSTANT_SCORE_BOOLEAN
public static final org.elasticsearch.common.xcontent.ParseField CONSTANT_SCORE_BOOLEAN -
TOP_TERMS
public static final org.elasticsearch.common.xcontent.ParseField TOP_TERMS -
TOP_TERMS_BOOST
public static final org.elasticsearch.common.xcontent.ParseField TOP_TERMS_BOOST -
TOP_TERMS_BLENDED_FREQS
public static final org.elasticsearch.common.xcontent.ParseField TOP_TERMS_BLENDED_FREQS
-
-
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 String rewriteMethod, org.elasticsearch.common.xcontent.DeprecationHandler deprecationHandler) -
parseRewriteMethod
public static org.apache.lucene.search.MultiTermQuery.RewriteMethod parseRewriteMethod(@Nullable String rewriteMethod, @Nullable org.apache.lucene.search.MultiTermQuery.RewriteMethod defaultRewriteMethod, org.elasticsearch.common.xcontent.DeprecationHandler deprecationHandler)
-