Skip to content

Commit

Permalink
fix(docs): update docs for SchemaField.label
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Apr 9, 2024
1 parent 05c4e7b commit 3c22de9
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 3c22de9

Please sign in to comment.