MatchType
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Verrà utilizzato il tipo di corrispondenza per queste voci in questo tipo. In questo modo, tutti i tipi utilizzano la stessa metodologia di corrispondenza e la variazione della corrispondenza per la corrispondenza dei sinonimi (ad esempio, parziale o esatto). Se il valore è UNSPECIFIED
, il valore predefinito sarà EXACT_MATCH
.
Enum |
UNSPECIFIED |
Il valore predefinito è EXACT_MATCH . |
EXACT_MATCH |
Cerca una corrispondenza esatta del sinonimo o del nome. |
FUZZY_MATCH |
Più lungo di EXACT_MATCH . Cerca corrispondenze simili e esatte. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 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. |"]]