Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class QueryTerm.
Matcher for search request query
Generated from protobuf message google.cloud.discoveryengine.v1.Condition.QueryTerm
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ ConditionMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ value |
string
The specific query value to match against Must be lowercase, must be UTF-8. Can have at most 3 space separated terms if full_match is true. Cannot be an empty string. Maximum length of 5000 characters. |
↳ full_match |
bool
Whether the search query needs to exactly match the query term. |
getValue
The specific query value to match against Must be lowercase, must be UTF-8.
Can have at most 3 space separated terms if full_match is true. Cannot be an empty string. Maximum length of 5000 characters.
Returns | |
---|---|
Type | Description |
string |
setValue
The specific query value to match against Must be lowercase, must be UTF-8.
Can have at most 3 space separated terms if full_match is true. Cannot be an empty string. Maximum length of 5000 characters.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFullMatch
Whether the search query needs to exactly match the query term.
Returns | |
---|---|
Type | Description |
bool |
setFullMatch
Whether the search query needs to exactly match the query term.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |