대화형 작업이 2023년 6월 13일에 지원 중단되었습니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
MatchType
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 유형의 항목에서 사용할 일치 유형입니다. 이렇게 하면 모든 유형에서 동일한 일치 메서드를 사용하고 동의어 일치 (예: 퍼지와 일치)의 일치 변형을 허용할 수 있습니다. 값이 UNSPECIFIED
인 경우 기본값은 EXACT_MATCH
입니다.
열거형 |
UNSPECIFIED |
기본값은 EXACT_MATCH 입니다. |
EXACT_MATCH |
동의어 또는 이름과 정확하게 일치하는 항목을 찾습니다. |
FUZZY_MATCH |
EXACT_MATCH 보다 낮음 일치검색 및 유사검색을 찾습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eThis type utilizes a matching method to ensure consistency across all types, primarily for synonym matching.\u003c/p\u003e\n"],["\u003cp\u003eMatching defaults to \u003ccode\u003eEXACT_MATCH\u003c/code\u003e if unspecified, ensuring strict adherence to the provided synonym or name.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFUZZY_MATCH\u003c/code\u003e offers a more flexible approach, encompassing similar matches in addition to exact ones for broader synonym identification.\u003c/p\u003e\n"]]],["The document defines matching types for entries, ensuring consistent methods across types. `UNSPECIFIED` defaults to `EXACT_MATCH`. `EXACT_MATCH` seeks precise matches of synonyms or names. `FUZZY_MATCH` is less strict, finding both exact and similar matches. This system allows for variations in synonym matching, like choosing between fuzzy or exact comparisons.\n"],null,["# MatchType\n\nThe type of matching that entries in this type will use. This will ensure all of the types use the same matching method and allow variation of matching for synonym matching (i.e. fuzzy versus exact). If the value is `UNSPECIFIED` it will be defaulted to `EXACT_MATCH`.\n\n| Enums ||\n|---------------|--------------------------------------------------------------------------------|\n| `UNSPECIFIED` | Defaults to `EXACT_MATCH`. |\n| `EXACT_MATCH` | Looks for an exact match of the synonym or name. |\n| `FUZZY_MATCH` | Looser than `EXACT_MATCH`. Looks for similar matches as well as exact matches. |"]]