Aqualogic Interaction API  
 

PTSTextQueryParseMode.SIMPLE Field

Interpret this TextQuery as literally as possible, without supporting query operators. If the query has multiple tokens, such as "dog cat", fields will only match the query if they contain the tokens in the same order specified in the query (i.e., as a phrase), anywhere in the field. Query operators are not recognized as operators, i.e. a query for "dog or cat" matches only the phrase "dog or cat".

public static readonly PTSTextQueryParseMode SIMPLE;

See Also

PTSTextQueryParseMode Class | com.plumtree.server.search Namespace