Rule.Builder |
Rule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Rule.Builder |
Rule.Builder.clear() |
|
Rule.Builder |
Rule.Builder.clearAction() |
|
Rule.Builder |
Rule.Builder.clearBoostAction() |
A boost action.
|
Rule.Builder |
Rule.Builder.clearCondition() |
Required.
|
Rule.Builder |
Rule.Builder.clearDoNotAssociateAction() |
Prevents term from being associated with other terms.
|
Rule.Builder |
Rule.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Rule.Builder |
Rule.Builder.clearFilterAction() |
Filters results.
|
Rule.Builder |
Rule.Builder.clearIgnoreAction() |
Ignores specific terms from query during search.
|
Rule.Builder |
Rule.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Rule.Builder |
Rule.Builder.clearOnewaySynonymsAction() |
Treats specific term as a synonym with a group of terms.
|
Rule.Builder |
Rule.Builder.clearRedirectAction() |
Redirects a shopper to a specific page.
|
Rule.Builder |
Rule.Builder.clearReplacementAction() |
Replaces specific terms in the query.
|
Rule.Builder |
Rule.Builder.clearTwowaySynonymsAction() |
Treats a set of terms as synonyms of one another.
|
Rule.Builder |
Rule.Builder.clone() |
|
Rule.Builder |
Control.Builder.getRuleBuilder() |
A rule control - a condition-action pair.
|
Rule.Builder |
Rule.Builder.mergeBoostAction(Rule.BoostAction value) |
A boost action.
|
Rule.Builder |
Rule.Builder.mergeCondition(Condition value) |
Required.
|
Rule.Builder |
Rule.Builder.mergeDoNotAssociateAction(Rule.DoNotAssociateAction value) |
Prevents term from being associated with other terms.
|
Rule.Builder |
Rule.Builder.mergeFilterAction(Rule.FilterAction value) |
Filters results.
|
Rule.Builder |
Rule.Builder.mergeFrom(Rule other) |
|
Rule.Builder |
Rule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Rule.Builder |
Rule.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Rule.Builder |
Rule.Builder.mergeIgnoreAction(Rule.IgnoreAction value) |
Ignores specific terms from query during search.
|
Rule.Builder |
Rule.Builder.mergeOnewaySynonymsAction(Rule.OnewaySynonymsAction value) |
Treats specific term as a synonym with a group of terms.
|
Rule.Builder |
Rule.Builder.mergeRedirectAction(Rule.RedirectAction value) |
Redirects a shopper to a specific page.
|
Rule.Builder |
Rule.Builder.mergeReplacementAction(Rule.ReplacementAction value) |
Replaces specific terms in the query.
|
Rule.Builder |
Rule.Builder.mergeTwowaySynonymsAction(Rule.TwowaySynonymsAction value) |
Treats a set of terms as synonyms of one another.
|
Rule.Builder |
Rule.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Rule.Builder |
Rule.newBuilder() |
|
static Rule.Builder |
Rule.newBuilder(Rule prototype) |
|
Rule.Builder |
Rule.newBuilderForType() |
|
protected Rule.Builder |
Rule.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Rule.Builder |
Rule.Builder.setBoostAction(Rule.BoostAction value) |
A boost action.
|
Rule.Builder |
Rule.Builder.setBoostAction(Rule.BoostAction.Builder builderForValue) |
A boost action.
|
Rule.Builder |
Rule.Builder.setCondition(Condition value) |
Required.
|
Rule.Builder |
Rule.Builder.setCondition(Condition.Builder builderForValue) |
Required.
|
Rule.Builder |
Rule.Builder.setDoNotAssociateAction(Rule.DoNotAssociateAction value) |
Prevents term from being associated with other terms.
|
Rule.Builder |
Rule.Builder.setDoNotAssociateAction(Rule.DoNotAssociateAction.Builder builderForValue) |
Prevents term from being associated with other terms.
|
Rule.Builder |
Rule.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Rule.Builder |
Rule.Builder.setFilterAction(Rule.FilterAction value) |
Filters results.
|
Rule.Builder |
Rule.Builder.setFilterAction(Rule.FilterAction.Builder builderForValue) |
Filters results.
|
Rule.Builder |
Rule.Builder.setIgnoreAction(Rule.IgnoreAction value) |
Ignores specific terms from query during search.
|
Rule.Builder |
Rule.Builder.setIgnoreAction(Rule.IgnoreAction.Builder builderForValue) |
Ignores specific terms from query during search.
|
Rule.Builder |
Rule.Builder.setOnewaySynonymsAction(Rule.OnewaySynonymsAction value) |
Treats specific term as a synonym with a group of terms.
|
Rule.Builder |
Rule.Builder.setOnewaySynonymsAction(Rule.OnewaySynonymsAction.Builder builderForValue) |
Treats specific term as a synonym with a group of terms.
|
Rule.Builder |
Rule.Builder.setRedirectAction(Rule.RedirectAction value) |
Redirects a shopper to a specific page.
|
Rule.Builder |
Rule.Builder.setRedirectAction(Rule.RedirectAction.Builder builderForValue) |
Redirects a shopper to a specific page.
|
Rule.Builder |
Rule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Rule.Builder |
Rule.Builder.setReplacementAction(Rule.ReplacementAction value) |
Replaces specific terms in the query.
|
Rule.Builder |
Rule.Builder.setReplacementAction(Rule.ReplacementAction.Builder builderForValue) |
Replaces specific terms in the query.
|
Rule.Builder |
Rule.Builder.setTwowaySynonymsAction(Rule.TwowaySynonymsAction value) |
Treats a set of terms as synonyms of one another.
|
Rule.Builder |
Rule.Builder.setTwowaySynonymsAction(Rule.TwowaySynonymsAction.Builder builderForValue) |
Treats a set of terms as synonyms of one another.
|
Rule.Builder |
Rule.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Rule.Builder |
Rule.toBuilder() |
|