Skip to content

Commit

Permalink
Update binary.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kkewwei authored Aug 31, 2024
1 parent 2648797 commit ceefa33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _field-types/supported-field-types/binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ The following table lists the parameters accepted by binary field types. All par

Parameter | Description
:--- | :---
`doc_values` | A Boolean value that specifies whether the field should be stored on disk so that it can be used for aggregations, sorting, or scripting. Optional. Default is `true`.
`store` | A Boolean value that specifies whether the field value should be stored and can be retrieved separately from the _source field. Optional. Default is `false`.
`doc_values` | A Boolean value that specifies whether the field should be stored on disk so that it can be used for aggregations, sorting, or scripting. Optional. Default is `false`.
`store` | A Boolean value that specifies whether the field value should be stored and can be retrieved separately from the _source field. Optional. Default is `false`.

Check failure on line 54 in _field-types/supported-field-types/binary.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.Spelling] Error: _source. If you are referencing a setting, variable, format, function, or repository, surround it with tic marks. Raw Output: {"message": "[OpenSearch.Spelling] Error: _source. If you are referencing a setting, variable, format, function, or repository, surround it with tic marks.", "location": {"path": "_field-types/supported-field-types/binary.md", "range": {"start": {"line": 54, "column": 125}}}, "severity": "ERROR"}

0 comments on commit ceefa33

Please sign in to comment.