Click or drag to resize
TermOr Method (Token, FuncTerm, Term)
Combines a Term searching this field for the value Token, using a logical OR, with another Term generated by the groupSetup Func.

Namespace:  RiakClient.Models.Search
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public BinaryTerm Or(
	Token value,
	Func<Term, Term> groupSetup
)

Parameters

value
Type: RiakClient.Models.SearchToken
The value to match using the current field.
groupSetup
Type: SystemFuncTerm, Term
A FuncT, TResult that accepts a Term for fluent configuration, and returns a configured Term.

Return Value

Type: BinaryTerm
A new BinaryTerm based on the two created Terms.
See Also