Aqualogic Interaction API  
 

PTSTextQueryParseMode.ENTIRE_FIELD Field

Require this TextQuery to match the entire contents of the field precisely. For example, a query for "dog cat" would match a field containing only "dog cat", but not a field containing "dog cat mouse". Contrast this with SIMPLE, which would match in both cases.

This mode may be slower than SIMPLE, particularly for the case where the query is a single token. If you have a choice between these modes, SIMPLE is recommended.
public static readonly PTSTextQueryParseMode ENTIRE_FIELD;

See Also

PTSTextQueryParseMode Class | com.plumtree.server.search Namespace