Skip to content

Commit

Permalink
Allow publishing results (opensearch-project#277)
Browse files Browse the repository at this point in the history
Allow publishing metrics for force-merge and warm up operation.

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
  • Loading branch information
VijayanB authored and harshavamsi committed Jul 16, 2024
1 parent 0d9899c commit f47e7c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vectorsearch/operations/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "warmup-indices",
"operation-type": "warmup-knn-indices",
"index": "{{ target_index_name | default('target_index') }}",
"include-in-results_publishing": false
"include-in-results_publishing": true
},
{
"name": "force-merge",
Expand All @@ -11,7 +11,7 @@
"index": "{{ target_index_name | default('target_index') }}",
"mode": "polling",
"max-num-segments": {{ target_index_max_num_segments | default(1) }},
"include-in-results_publishing": false
"include-in-results_publishing": true
},
{
"name": "refresh-target-index",
Expand Down

0 comments on commit f47e7c6

Please sign in to comment.