Use the below PowerShell commands to find the search index location:
$ssa = Get-SPServiceApplication –Name “Search Service Application” $active = Get-SPEnterpriseSearchTopology -SearchApplication $ssa -Active Get-SPEnterpriseSearchComponent -SearchTopology $active
Below are the screenshots:
You will get the search index location as shown below :