Package org.elasticsearch.index.query
Class RankFeatureQueryBuilder
java.lang.Object
org.elasticsearch.index.query.AbstractQueryBuilder<RankFeatureQueryBuilder>
org.elasticsearch.index.query.RankFeatureQueryBuilder
- All Implemented Interfaces:
org.elasticsearch.common.io.stream.NamedWriteable,org.elasticsearch.common.io.stream.Writeable,org.elasticsearch.index.query.QueryBuilder,org.elasticsearch.index.query.Rewriteable<org.elasticsearch.index.query.QueryBuilder>,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
public final class RankFeatureQueryBuilder
extends org.elasticsearch.index.query.AbstractQueryBuilder<RankFeatureQueryBuilder>
Query to run on a [rank_feature] field.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classScoring function for a [rank_feature] field.Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final org.elasticsearch.xcontent.ConstructingObjectParser<RankFeatureQueryBuilder,Void> Fields inherited from class org.elasticsearch.index.query.AbstractQueryBuilder
boost, BOOST_FIELD, DEFAULT_BOOST, NAME_FIELD, queryNameFields inherited from interface org.elasticsearch.index.query.Rewriteable
MAX_REWRITE_ROUNDSFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionRankFeatureQueryBuilder(String field, RankFeatureQueryBuilder.ScoreFunction scoreFunction) RankFeatureQueryBuilder(org.elasticsearch.common.io.stream.StreamInput in) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandoEquals(RankFeatureQueryBuilder other) protected intprotected org.apache.lucene.search.QuerydoToQuery(org.elasticsearch.index.query.SearchExecutionContext context) protected voiddoWriteTo(org.elasticsearch.common.io.stream.StreamOutput out) protected voiddoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) Methods inherited from class org.elasticsearch.index.query.AbstractQueryBuilder
addValidationError, boost, boost, checkNegativeBoost, declareStandardFields, doRewrite, equals, extractInnerHitBuilders, getName, hashCode, parseInnerQueryBuilder, parseInnerQueryBuilder, printBoostAndQueryName, queryName, queryName, requireValue, rewrite, throwParsingExceptionOnMultipleFields, toQuery, toString, toXContent, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
PARSER
public static final org.elasticsearch.xcontent.ConstructingObjectParser<RankFeatureQueryBuilder,Void> PARSER -
NAME
- See Also:
-
-
Constructor Details
-
RankFeatureQueryBuilder
- Parameters:
field- The field name.scoreFunction- Scoring function for the rank_feature field.
-
RankFeatureQueryBuilder
public RankFeatureQueryBuilder(org.elasticsearch.common.io.stream.StreamInput in) throws IOException - Throws:
IOException
-
-
Method Details
-
getWriteableName
-
doWriteTo
- Specified by:
doWriteToin classorg.elasticsearch.index.query.AbstractQueryBuilder<RankFeatureQueryBuilder>- Throws:
IOException
-
doXContent
protected void doXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
doXContentin classorg.elasticsearch.index.query.AbstractQueryBuilder<RankFeatureQueryBuilder>- Throws:
IOException
-
doToQuery
protected org.apache.lucene.search.Query doToQuery(org.elasticsearch.index.query.SearchExecutionContext context) throws IOException - Specified by:
doToQueryin classorg.elasticsearch.index.query.AbstractQueryBuilder<RankFeatureQueryBuilder>- Throws:
IOException
-
doEquals
- Specified by:
doEqualsin classorg.elasticsearch.index.query.AbstractQueryBuilder<RankFeatureQueryBuilder>
-
doHashCode
protected int doHashCode()- Specified by:
doHashCodein classorg.elasticsearch.index.query.AbstractQueryBuilder<RankFeatureQueryBuilder>
-