잘 알려진 스키마
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
맞춤 스키마 외에도 다음과 같은 잘 알려진 스키마가 정의됩니다.
사용할 수 있습니다
사전 항목
_dictionaryEntry
유형의 항목에는 다음 속성이 포함될 수 있습니다.
속성 |
유형 |
설명 |
필수 여부 |
_term |
string |
정의할 용어. 권장 값은 구두점과 하이픈이 없는 단어 또는 구입니다. |
필수 |
_synonym |
string (repeated) |
_term 에 정의된 문자열과 일치하는 쿼리에 포함될 대체 용어입니다. |
필수 |
_onlyApplicableForAttachedSearchApplications |
boolean |
데이터 소스 및 검색 애플리케이션별로 동의어를 그룹화할 수 있습니다. 자세한 내용은 데이터 소스별 동의어 정의를 참고하세요. |
선택사항 |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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 |"]]