Package com.gpudb.protocol
Class FilterByStringRequest.Mode
java.lang.Object
com.gpudb.protocol.FilterByStringRequest.Mode
Enclosing class:
A set of string constants for the
FilterByStringRequest parameter mode.
The string filtering mode to apply. See below for details.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPartial substring match (not accelerated).static final StringExact whole-string match (accelerated).static final StringFull regular expression search (not accelerated).static final StringFull text search query with wildcards and boolean operators.static final StringStrings that start with the given expression (not accelerated).
Field Details
SEARCH
Full text search query with wildcards and boolean operators. Note that for this mode, no column can be specified incolumnNames; all string columns of the table that have text search enabled will be searched.See Also: