Skip to content

Commit

Permalink
Release 2.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed Oct 25, 2022
1 parent 8a4c451 commit 1ff79e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

### Fixed


## [2.0.6] - 2022-10-25
### Added
* [index] Add similarity module config in index resource (#321)


## [2.0.5] - 2022-10-03
### Added
* [index] add ability to configure char_filter on an index (#314)
Expand Down
1 change: 1 addition & 0 deletions docs/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ EOF
- **max_script_fields** (String) The maximum number of `script_fields` that are allowed in a query. A stringified number.
- **max_shingle_diff** (String) The maximum allowed difference between max_shingle_size and min_shingle_size for ShingleTokenFilter. A stringified number.
- **max_terms_count** (String) The maximum number of terms that can be used in Terms Query. A stringified number.
- **index_similarity_default** (String) A JSON string describing the default index similarity config.
- **number_of_replicas** (String) Number of shard replicas. A stringified number.
- **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.
- **number_of_shards** (String) Number of shards for the index. This can be set only on creation.
Expand Down

0 comments on commit 1ff79e7

Please sign in to comment.