From 2eea828025499452923add24b87f886ad37f48da Mon Sep 17 00:00:00 2001 From: samraw83 Date: Fri, 16 Jul 2021 14:16:20 +0530 Subject: [PATCH] Update GetRepositoryReIndexingActivityStatus.ps1 most of the customer do not understand the codesearchshared* parameter and consider it as a part of search. I have added the explanation what to replace it with while running the script locally. --- .../GetRepositoryReIndexingActivityStatus.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Azure_DevOps_Server_2019/GetRepositoryReIndexingActivityStatus.ps1 b/Azure_DevOps_Server_2019/GetRepositoryReIndexingActivityStatus.ps1 index 9c99a24..a2bb247 100644 --- a/Azure_DevOps_Server_2019/GetRepositoryReIndexingActivityStatus.ps1 +++ b/Azure_DevOps_Server_2019/GetRepositoryReIndexingActivityStatus.ps1 @@ -1,4 +1,5 @@ #Display respository indexing status for a given collection. +#Go to the code srach url i.e. localhost:9200/_cat/indices and check the index names (ex. wikixxx, coexxx etc.) and replace it with codesearchshared* [CmdletBinding()] Param( @@ -177,4 +178,4 @@ function getRepositoryIndexingStatus } } -getRepositoryIndexingStatus \ No newline at end of file +getRepositoryIndexingStatus