Skip to content

Commit

Permalink
Update binary.md (#8142) (#8161)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored Sep 3, 2024
1 parent 0910ee8 commit c46b02f
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`.

0 comments on commit c46b02f

Please sign in to comment.