Skip to content

Commit

Permalink
Merge branch 'main' into startree
Browse files Browse the repository at this point in the history
  • Loading branch information
Naarcha-AWS authored Nov 1, 2024
2 parents 19eaad0 + 818e406 commit f98e02d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/vale/styles/Vocab/OpenSearch/Words/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ p\d{2}
[Pp]erformant
[Pp]laintext
[Pp]luggable
[Pp]reaggregate(s|d)?
[Pp]recompute(s|d)?
[Pp]reconfigure
[Pp]refetch
[Pp]refilter
Expand Down
4 changes: 4 additions & 0 deletions TERMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,10 @@ Tools inside of OpenSearch that can be customized to enhance OpenSearch's functi

**pop-up**

**preaggregate**

**precompute**

**premise, premises**

With reference to property and buildings, always form as plural.
Expand Down
1 change: 1 addition & 0 deletions _search-plugins/caching/request-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Setting | Data type | Default | Level | Static/Dynamic | Description
`indices.cache.cleanup_interval` | Time unit | `1m` (1 minute) | Cluster | Static | Schedules a recurring background task that cleans up expired entries from the cache at the specified interval.
`indices.requests.cache.size` | Percentage | `1%` | Cluster | Static | The cache size as a percentage of the heap size (for example, to use 1% of the heap, specify `1%`).
`index.requests.cache.enable` | Boolean | `true` | Index | Dynamic | Enables or disables the request cache.
`indices.requests.cache.enable_for_all_requests` | Boolean | `false` | Cluster | Dynamic | Enables or disables caching queries in which `size` is greater than `0`.

### Example

Expand Down

0 comments on commit f98e02d

Please sign in to comment.