{"id":857,"date":"2015-01-27T05:24:54","date_gmt":"2015-01-27T05:24:54","guid":{"rendered":"https:\/\/poiseddevelopers.com\/reality-tech\/?p=857"},"modified":"2024-04-26T12:29:37","modified_gmt":"2024-04-26T12:29:37","slug":"quickly-finding-the-sharepoint-search-index","status":"publish","type":"post","link":"https:\/\/poiseddevelopers.com\/reality-tech\/quickly-finding-the-sharepoint-search-index\/","title":{"rendered":"Quickly finding the SharePoint Search index"},"content":{"rendered":"<h2>It is useful to quickly locate the SharePoint 2013 search index on a farm.<\/h2>\n<p>For example, it\u2019s useful to exclude it from AntiVirus scans.<br role=\"presentation\" data-uw-rm-sr=\"\" \/>This can also be useful for checking security, disk usage, or for relocating the index.<br role=\"presentation\" data-uw-rm-sr=\"\" \/>Here\u2019s how:<\/p>\n<p>This set of commands will give you details on the search topology:<\/p>\n<pre lang=\"php\">$ssa = Get-SPServiceApplication \u2013Name \u201cSearch Service Application\u201d\r\n$active = Get-SPEnterpriseSearchTopology -SearchApplication $ssa -Active\r\nGet-SPEnterpriseSearchComponent -SearchTopology $active\r\n<\/pre>\n<p>To simply locate the search index on the file system, use these commands:<\/p>\n<pre lang=\"php\">\r\n$ssi = Get-SPEnterpriseSearchServiceInstance\r\n$ssi.Components\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>It is useful to quickly locate the SharePoint 2013 search index on a farm. For example, it\u2019s useful to exclude it from AntiVirus scans.This can also be useful for checking security, disk usage, or for relocating the index.Here\u2019s how: This set of commands will give you details on the search topology: $ssa = Get-SPServiceApplication \u2013Name [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":858,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[37],"tags":[],"class_list":["post-857","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-search"],"acf":[],"_links":{"self":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts\/857","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/comments?post=857"}],"version-history":[{"count":5,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts\/857\/revisions"}],"predecessor-version":[{"id":864,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts\/857\/revisions\/864"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/media\/858"}],"wp:attachment":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/media?parent=857"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/categories?post=857"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/tags?post=857"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}