התכונה 'פעולות שיחה' הוצאה משימוש ב-13 ביוני 2023.
כאן תוכלו לקרוא מידע נוסף על ההוצאה משימוש של 'פעולות שיחה'.
MatchType
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
סוג ההתאמה שערכים מהסוג הזה ישתמשו בהם. הדבר יבטיח שלכל הסוגים תהיה אותה שיטת התאמה ויתקבל וריאציה של התאמה למילים נרדפות (כלומר, מטושטשת ולא מדויקת). אם הערך הוא UNSPECIFIED
, ברירת המחדל תהיה EXACT_MATCH
.
טיפוסים בני מנייה (enum) |
UNSPECIFIED |
ברירת המחדל היא EXACT_MATCH . |
EXACT_MATCH |
חיפוש התאמה מדויקת של המילה הנרדפת או השם. |
FUZZY_MATCH |
תפוס יותר מ-EXACT_MATCH . חיפוש התאמות דומות וגם התאמות מדויקות. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת 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. |"]]