0

We have two SharePoint 2013 Enterprise farms one at US and one at Brazil both are connected to the same domain.

US SharePoint farm is configured to search local SharePoint and file shares in US datacenter.

Brazil farm is our remote SharePoint farm which is configured to search its own SharePoint site contents and all the file shares in the Brazil datacenter.

Our requirement is to share service applications across the farms and get the search results of Brazil file shares in the US SharePoint farm.

Architecture is designed based on the MSDN case study  http://technet.microsoft.com/en-us/library/hh206325.aspx#section3.

 SharePoint limitation 1:

Though  multiple Search service application proxies available, a SharePoint web application can consume the one which is marked as default.

 http://blogs.msdn.com/b/russmax/archive/2010/01/20/sharepoint-2010-shared-service-architecture-part-1.aspx

Microsoft recommended to create separate web apps for each search service proxy and this might not work in our scenario.

Alternate approach:

From the technet article http://technet.microsoft.com/en-us/library/gg441255.aspx

 Search is configured to return results from one or more remote farms (result source), in addition to the local farm.

In this scenario, remote farms are crawled locally. You configure search at the central farm to include results from the remote indexes.

You can also configure the remote farms to include results from the central farm and other regional farms. This allows users to search from the local farm”

 I guess this confirms result source configuration to remote farm should bring the results in local farm. This configuration doesn’t need sharing the remote service proxy.

 We do not recommend sharing the Search service application across these types of WAN connections. Instead, we recommend that you configure Search on the regional farm and use Remote SharePoint result sources to bring together search results from the regional farm(s) and the central farm.”

Result source for remote sharepoint index is configured using http://technet.microsoft.com/en-us/library/jj683115.aspx

App permissions are configured following the blog http://blogs.technet.com/b/speschka/archive/2013/01/24/getting-a-full-result-set-from-a-remote-sharepoint-index-in-sharepoint-2013.aspx

 SharePoint limitation 2:

For some reason this is not bringing the file share results. In other words Non-Sharepoint content source results are not displayed.

Is there any way to tackle these?

(Visited 89 times, 1 visits today)
Add a Comment