Skip to content

Commit

Permalink
substitute lucene with Lucene
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Maurya <[email protected]>
  • Loading branch information
rishabhmaurya committed Oct 4, 2023
1 parent 459e375 commit e117301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _im-plugin/index-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ index.routing_partition_size | The number of shards a custom routing value can g
index.soft_deletes.retention_lease.period | The maximum amount of time to retain a shard's history of operations. Default is `12h`.
index.load_fixed_bitset_filters_eagerly | Whether OpenSearch should preload cached filters. Available options are `true` and `false`. Default is `true`.
index.hidden | Whether the index should be hidden. Hidden indexes are not returned as part of queries that have wildcards. Available options are `true` and `false`. Default is `false`.
index.merge.policy | This setting controls the merge policy for the lucene segments. Available options are `tiered` and `log_byte_size`. Default is `tiered`. However, for time-series data, such as log events, it is advisable to switch to the `log_byte_size` merge policy. This can improve the query performance when conducting range queries on the `@timestamp` field. It is advisable not to change the merge policy of an existing index. Instead, configure this setting when creating a new index.
index.merge.policy | This setting controls the merge policy for the Lucene segments. Available options are `tiered` and `log_byte_size`. Default is `tiered`. However, for time-series data, such as log events, it is advisable to switch to the `log_byte_size` merge policy. This can improve the query performance when conducting range queries on the `@timestamp` field. It is advisable not to change the merge policy of an existing index. Instead, configure this setting when creating a new index.

## Updating a static index setting

Expand Down Expand Up @@ -120,4 +120,4 @@ PUT /testindex/_settings
```
{% include copy-curl.html %}

For more information about updating settings, including supported query parameters, see [Update settings]({{site.url}}{{site.baseurl}}/api-reference/index-apis/update-settings/).
For more information about updating settings, including supported query parameters, see [Update settings]({{site.url}}{{site.baseurl}}/api-reference/index-apis/update-settings/).

0 comments on commit e117301

Please sign in to comment.