Class FunctionScoreQueryBuilder.FilterFunctionBuilder
java.lang.Object
org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
- Enclosing class:
- FunctionScoreQueryBuilder
public static class FunctionScoreQueryBuilder.FilterFunctionBuilder extends java.lang.Object implements ToXContentObject, Writeable
Function to be associated with an optional filter, meaning it will be executed only for the documents
that match the given filter.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
-
Constructor Summary
Constructors Constructor Description FilterFunctionBuilder(StreamInput in)Read from a stream.FilterFunctionBuilder(ScoreFunctionBuilder<?> scoreFunctionBuilder)FilterFunctionBuilder(QueryBuilder filter, ScoreFunctionBuilder<?> scoreFunction) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)QueryBuildergetFilter()ScoreFunctionBuilder<?>getScoreFunction()inthashCode()FunctionScoreQueryBuilder.FilterFunctionBuilderrewrite(QueryRewriteContext context)XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
Constructor Details
-
FilterFunctionBuilder
-
FilterFunctionBuilder
-
FilterFunctionBuilder
Read from a stream.- Throws:
java.io.IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
getFilter
-
getScoreFunction
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-
rewrite
public FunctionScoreQueryBuilder.FilterFunctionBuilder rewrite(QueryRewriteContext context) throws java.io.IOException- Throws:
java.io.IOException
-