IPTSQueryRequest
). For example, the queries "dog and cat" (in English) and "perro y gato" (in Spanish) will require both tokens to be present in the field. "dog or cat" will match a field with either token. Internet-style syntax, such as "dog +cat -mouse", is also recognized. If the query contains multiple tokens but no query operators, the AND operator is assumed, i.e. "dog cat" is equivalent to "dog and cat". PTSTextQueryParseMode Class | com.plumtree.server.search Namespace