Question: How can I find SharePoint 2013 search index location?
Answer: 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 screen shots:
You will get the search index location as