Well-known schemas
In addition to custom schemas, the following well-known schemas are defined
for your use.
Dictionary Entries
Items of type _dictionaryEntry
can have the following properties:
Property |
Type |
Description |
Required? |
_term |
string |
The term to define. Recommended values are unhyphenated words or phrases without punctuation. |
Required |
_synonym |
string (repeated) |
Alternate terms to be included in queries matching the string defined in _term . |
Required |
_onlyApplicableForAttachedSearchApplications |
boolean |
Allows you to group synonyms by data source and search application. For further information, see Define data source-specific synonyms. |
Optional |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["The platform provides pre-built, well-known schemas alongside the option for custom schemas to structure your data."],["Dictionary entries utilize the `_dictionaryEntry` type and require a `_term` for definition and at least one `_synonym` for alternate search terms."],["You can optionally specify data source and search application relevance for synonyms using the `_onlyApplicableForAttachedSearchApplications` property."]]],[]]