Click or drag to resize
TermAnd Method
Overload List
  NameDescription
Public methodAnd(String)
Combines this Term, using a logical AND, with a new one searching this Term's field for the provided value string.
Public methodAnd(Token)
Combines this Term, using a logical AND, with a new one searching this Term's field for the provided value Token.
Public methodAnd(String, Token)
Combines this Term, using a logical AND, with a new one searching the field field for the provided value Token.
Public methodAnd(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.
Public methodAnd(String, String)
Combines this Term, using a logical AND, with a new one searching the field field for the provided value string.
Public methodAnd(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.
Public methodAnd(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.
Public methodAnd(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.
Top
See Also