TermOr Method |
Name | Description | |
---|---|---|
Or(String) |
Combines this Term, using a logical OR, with a new one
searching this Term's field for the provided value string.
| |
Or(Token) |
Combines this Term, using a logical OR, with a new one searching
this Term's field for the provided value Token.
| |
Or(String, Token) |
Combines this Term, using a logical OR, with a new one searching
the field field for the value Token.
| |
Or(String, FuncTerm, Term) |
Combines a Term searching this field for the value string, using a logical OR,
with another Term generated by the groupSetup Func.
| |
Or(String, String) |
Combines this Term, using a logical OR, with a new one searching the field
field for value string.
| |
Or(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.
| |
Or(String, Token, FuncTerm, Term) |
Combines a Term searching the field field for the value Token,
using a logical OR, with another Term generated by the groupSetup Func.
| |
Or(String, String, FuncTerm, Term) |
Combines a Term searching the field field for the value string,
using a logical OR, with another Term generated by the groupSetup Func.
|