TermOr Method (String, Token) |
Combines this Term, using a logical OR, with a new one searching
the field field for the value Token.
Namespace:
RiakClient.Models.Search
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public BinaryTerm Or(
string field,
Token value
)
member Or :
field : string *
value : Token -> BinaryTerm
Parameters
- field
- Type: SystemString
The other field to search. - value
- Type: RiakClient.Models.SearchToken
The other value to match.
Return Value
Type:
BinaryTerm
A new
BinaryTerm based on this Term and the provided
value.
See Also