よく知られたスキーマ
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
カスタム スキーマに加えて、次のよく知られたスキーマが定義されています
使用できます。
辞書エントリ
_dictionaryEntry
タイプのアイテムには、次のプロパティを設定できます。
プロパティ |
タイプ |
説明 |
必須 |
_term |
string |
定義する用語。推奨値は、ハイフンが付いていない単語または句読点のないフレーズです。 |
必須 |
_synonym |
string (repeated) |
_term で定義された文字列に一致するクエリに含めることができる代わりの用語。 |
必須 |
_onlyApplicableForAttachedSearchApplications |
boolean |
データソースや検索アプリケーションごとに類義語をグループ化できます。詳細については、データソース固有の同義語を定義するをご覧ください。 |
省略可 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# Well-known schemas\n\nIn addition to custom schemas, the following well-known schemas are defined\nfor your use.\n\nDictionary Entries\n------------------\n\nItems of type `_dictionaryEntry` can have the following properties:\n\n| Property | Type | Description | Required? |\n|------------------------------------------------|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|\n| `_term` | string | The term to define. Recommended values are unhyphenated words or phrases without punctuation. | Required |\n| `_synonym` | string (repeated) | Alternate terms to be included in queries matching the string defined in `_term`. | Required |\n| `_onlyApplicableForAttachedSearchApplications` | boolean | Allows you to group synonyms by data source and search application. For further information, see [Define data source-specific synonyms](/workspace/cloud-search/docs/guides/synonyms#specific). | Optional |"]]