public static final class FilterByStringRequest.Mode extends Object
FilterByStringRequest
parameter mode
.
The string filtering mode to apply. See below for details.
Modifier and Type | Field and Description |
---|---|
static String |
CONTAINS
Partial substring match (not accelerated).
|
static String |
EQUALS
Exact whole-string match (accelerated).
|
static String |
REGEX
Full regular expression search (not accelerated).
|
static String |
SEARCH
Full text search query with wildcards and boolean operators.
|
static String |
STARTS_WITH
Strings that start with the given expression (not accelerated).
|
public static final String SEARCH
columnNames
; all string columns of the table that
have text search enabled will be searched.public static final String EQUALS
public static final String CONTAINS
public static final String STARTS_WITH
public static final String REGEX
Copyright © 2025. All rights reserved.