Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): update docs for SchemaField.label #10251

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,15 @@ record SchemaField {
* Label of the field. Provides a more human-readable name for the field than field path. Some sources will
* provide this metadata but not all sources have the concept of a label. If just one string is associated with
* a field in a source, that is most likely a description.
*
* Note that this field is deprecated and is not surfaced in the UI.
*/
@Searchable = {
"fieldName": "fieldLabels",
"fieldType": "TEXT",
"boostScore": 0.2
}
@Deprecated
label: optional string

/**
Expand Down
Loading