Class RuleRetriever
java.lang.Object
co.elastic.clients.elasticsearch._types.RetrieverBase
co.elastic.clients.elasticsearch._types.RuleRetriever
- All Implemented Interfaces:
RetrieverVariant,JsonpSerializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RetrieverBase
RetrieverBase.AbstractBuilder<BuilderT extends RetrieverBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RuleRetriever>Json deserializer forRuleRetriever -
Method Summary
Modifier and TypeMethodDescriptionRetriever variant kind.final JsonDataRequired - The match criteria that will determine if a rule in the provided rulesets should be applied.static RuleRetrieverfinal IntegerThis value determines the size of the individual result set.final RetrieverRequired - The retriever whose results rules should be applied to.Required - The ruleset IDs containing the rules this retriever is evaluating against.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods inherited from class co.elastic.clients.elasticsearch._types.RetrieverBase
filter, minScore, name, serialize, setupRetrieverBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.RetrieverVariant
_toRetriever
-
Field Details
-
_DESERIALIZER
Json deserializer forRuleRetriever
-
-
Method Details
-
of
-
_retrieverKind
Retriever variant kind.- Specified by:
_retrieverKindin interfaceRetrieverVariant
-
rulesetIds
Required - The ruleset IDs containing the rules this retriever is evaluating against.API name:
ruleset_ids -
matchCriteria
Required - The match criteria that will determine if a rule in the provided rulesets should be applied.API name:
match_criteria -
retriever
Required - The retriever whose results rules should be applied to.API name:
retriever -
rankWindowSize
This value determines the size of the individual result set.API name:
rank_window_size -
serializeInternal
- Overrides:
serializeInternalin classRetrieverBase
-
setupRuleRetrieverDeserializer
-