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