microsoft / Code-Search

Code Search Admin scripts (SQL and PS) for managing a Code Search on-prem instance
53 stars 65 forks source link

Users/vikgupt/wiki indexing pause script #65

Closed vikasnitt closed 5 years ago

vikasnitt commented 5 years ago

Description During Azure DevOps Server 2019 RTW dogfooding, one issue was observed where after pausing the indexing through script, wiki items were still being indexed. Upon investigating it was realized pause indexing for wiki was not implemented in the indexing script and hence wiki was being indexed.

Details: Implemented pause wiki indexing by adding a function which will set the availability value in registry setting table to 0 if the script is invoked. Added another function in resume indexing which will toggle the value.

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.

vikasnitt commented 5 years ago

@tapasrs @raggupta-ms, I have checked in code for pause indexing for wiki. Please have a look.