TextSearch
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
| JSON 表現 |
{
"searchText": string,
"dataFieldNames": [
string
],
"outputFields": {
object (OutputFields)
},
"filter": {
object
},
"topK": integer
} |
| フィールド |
searchText |
string
必須。クエリテキスト。
|
dataFieldNames[] |
string
必須。検索するデータ フィールド名。
|
outputFields |
object (OutputFields)
省略可。検索結果で返されるフィールド。
|
filter |
object (Struct format)
省略可。JSON フィルタ式({"genre": {"$eq": "sci-fi"}} など)。google.protobuf.Struct として表されます。
|
topK |
integer
省略可。返される結果の数。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2026-01-29 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2026-01-29 UTC。"],[],[]]