TermAnd Method |
Name | Description | |
---|---|---|
And(String) |
Combines this Term, using a logical AND, with a new one searching this
Term's field for the provided value string.
| |
And(Token) |
Combines this Term, using a logical AND, with a new one searching this
Term's field for the provided value Token.
| |
And(String, Token) |
Combines this Term, using a logical AND, with a new one searching the
field field for the provided value Token.
| |
And(String, FuncTerm, Term) |
Combines a Term searching this field for the value string, using a logical AND,
with another Term generated by the groupSetup Func.
| |
And(String, String) |
Combines this Term, using a logical AND, with a new one searching the
field field for the provided value string.
| |
And(Token, FuncTerm, Term) |
Combines a Term searching this field for the value Token, using a logical AND,
with another Term generated by the groupSetup Func.
| |
And(String, Token, FuncTerm, Term) |
Combines a Term searching the field field for the value Token,
using a logical AND, with another Term generated by the groupSetup Func.
| |
And(String, String, FuncTerm, Term) |
Combines a Term searching the field field for the value string,
using a logical AND, with another Term generated by the groupSetup Func.
|