Skip to content

Commit 1ff79e7

Browse files
committed
Release 2.0.6.
1 parent 8a4c451 commit 1ff79e7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
### Fixed
88

9+
10+
## [2.0.6] - 2022-10-25
11+
### Added
12+
* [index] Add similarity module config in index resource (#321)
13+
14+
915
## [2.0.5] - 2022-10-03
1016
### Added
1117
* [index] add ability to configure char_filter on an index (#314)

docs/resources/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ EOF
8181
- **max_script_fields** (String) The maximum number of `script_fields` that are allowed in a query. A stringified number.
8282
- **max_shingle_diff** (String) The maximum allowed difference between max_shingle_size and min_shingle_size for ShingleTokenFilter. A stringified number.
8383
- **max_terms_count** (String) The maximum number of terms that can be used in Terms Query. A stringified number.
84+
- **index_similarity_default** (String) A JSON string describing the default index similarity config.
8485
- **number_of_replicas** (String) Number of shard replicas. A stringified number.
8586
- **number_of_routing_shards** (String) Value used with number_of_shards to route documents to a primary shard. A stringified number. This can be set only on creation.
8687
- **number_of_shards** (String) Number of shards for the index. This can be set only on creation.

0 commit comments

Comments
 (0)