Cross Farm Search in SharePoint 2013

We have a SharePoint 2013 on premise Farm i.e A,we are planning to add 2 more SharePoint 2013  farms i.e B,C.We want to a to implement cross farm search,Following are my queries
1)Is it possible to search contents of other 2 farms from a third farm.I am little confused regarding consuming farm and publishing farm.
please provide me the suggestion as well as the link for the setting

There is a detailed post of MSDN for achieving the correct trust configuration between two farms to enable cross farm search:
MSDN: Configure trust for search between two SharePoint Server 2013 farms
Thanks, Ransher Singh, MCP, MCTS | Click Vote As Helpful if you think that post is helpful in responding your question click Mark As Answer, if you think that this is your answer for your question.

Similar Messages

  • Using search in sharepoint 2013 ?

    Using search in sharepoint 2013 ?

    Hi,
    The performance of SharePoint is directly linked to SQL Server. The search service has to process queries, most of which are handled by the cache, but some queries are passed on to the database servers, increasing the load as well.
    If load on the database servers becomes too great, disk queue lengths will increase, which in turn increases the latency of all other requests.
    So the search service will have an effect on SharePoint performance.
    Here are articles about how to improve SharePoint performance, you can use as a reference:
    http://www.networkworld.com/article/2210265/tech-primers/10-steps-to-optimize-sharepoint-performance.html
    http://www.falconitservices.com/support/KB/Lists/Posts/Post.aspx?ID=168
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Federation search in sharepoint 2013

    I am having issue getting proper results with bing search in sharepoint 2013. The search link which i am using is :
    --http://www.bing.com/search?q={?searchterms}&format=rss&Market=en-Us Credentials--
    I am passing the searchterms from the code :
    KeywordQuerykeywordQuery =
    newKeywordQuery(clientContext);
      keywordQuery.QueryText = "tender or road Site:http://www.kenha.co.ke/";
    clientContext.ExecuteQuery();
    the above code is not returning proper results. When i checked the log files the search is happening in the following way
    --bing.com/search?q=((tender+AND+or+AND+road)+AND+)&format=rss&Market=en-us--
    the query text which i am passing from the code is getting converted from :
    "tender or road Site:http://www.kenha.co.ke/"
    to
    (tender+AND+or+AND+road)+AND+
    i am new to search and i dont know how the querttext got changed. If any one has any ideas on how to fix the issue please let me know.

    Hi Jaskau,
    please have a check at this blog for example: 
    http://3sharp.com/blog/build-a-federated-result-source-for-sharepoint-2013-search-part-1/
    http://3sharp.com/blog/build-a-federated-result-source-for-sharepoint-2013-search-part-2/
    and please make sure that the result of the simple search work correctly.
    if should the result is expected, perhaps you can try this method
    http://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.managedpropertyinfo.completematching.aspx
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Google search in sharepoint 2013

    hi all ,
    I'm trying to implement google custom search engine (cse)  in my sharepoint 2013 site. I'm using google custom search for this.(https://www.google.com/cse).
    But  when i am adding <gcse:search></gcse:search> control quite naturally my master page is giving me xml parse error.
    Can anybody tell me how to implement google search in sharepoint 2013.
    Thanks
    xserks

    Hi,
    Please try to add that tag here in your master page:
    This is how it look like in my environment:
    Best regards
    Patrick Liang
    TechNet Community Support

  • Wildcard search in SharePoint 2013.

    Hi ,
    I have SharePoint 2013 farm, which is migrated from 2010 to 2013. After migrating to SharePoint 2013, wild card search is not working. Could someone please help me in activating wildcard search for already configured search service application in SharePoint
    2013.
    Thanks,
    Badri.
    Badri

    Hi
    I am trying to do a partial search without using wildcard by setting the query text of the search result source to {searchTerm}*. The search works and gives me the right results. However,
    the results look differently.
    When I do search for abcd*, the words that are started with abcd in the Title, Summary and Path parts are highlighted.
    And when I do search for abcd, I have exactly the same search results back. but the words are not highlighted. and besides that, the Summary text is different.
    I believe even if I had the right search result items back, the Title, Summary, and Path properties are created based on the searchEntry. Is there any way to make the items look exactly the same without manipulating with the searchEntry value?
    Thank you,
    Tatiana

  • Search in SharePoint 2013 with Oracle as external DB

    hello experts...
    i want to create a custom search page with intellisense enable text box and button
    to search Oracle DB as external content.
    from where can i start? i googled a bit and get the following link as start up.
    http://lightningtools.com/bcs/business-connectivity-services-in-sharepoint-2013-and-oracle-using-meta-man/#comment-3891
    kindly guide me to the right direction.

    for searching in the oracle db, 
    1. get the data in sharepoint search using BCS
    2. then you can use the sharepoint result source specific to the orable db only.
    3. use OOB search with intellisens
    Thanks, Ashish | Please mark a post helpful/answer if it is helpful or answer your query.

  • Interactive Ratings to Search in Sharepoint 2013

    Hi All,
    I need to display  ratings in Search results page .Can anyone please help ???
    Vinod

    Hi,
    Here's an advanced post which makes them interactive as well, http://almondlabs.com/blog/adding-interactive-ratings-to-sharepoint-2013-search-results-part-1/.
    The crux is to add the AverageRating property to your display template, and then render data based on the value.
    Thanks,
    Mikael Svenson
    Search Enthusiast - SharePoint MVP/MCT/MCPD - If you find an answer useful, please up-vote it.
    http://techmikael.blogspot.com/
    Author of Working with FAST Search Server 2010 for SharePoint

  • Brand Search Box SharePoint 2013

    I need to brand OOTB search box like the below image in SharePoint 2013.
    current,i inserted a following in the design manager master page for search textbox
     <div class="customsearch">
                                    <!--MS:<asp:ContentPlaceHolder id="PlaceHolderSearchArea" Visible="true" runat="server">-->
        <!--SPM:<SharePoint:DelegateControl runat="server" ControlId="SmallSearchInputBox"/>-->
          <!--ME:</asp:ContentPlaceHolder>-->
                                </div>
    It's rendering like this
    i tried following article but no avail because there are no css classes in my page which are mentioned in the following article ,i guess this is because i've generated master page using design manager
    http://erikswenson.blogspot.com/2010/01/change-sharepoint-search-icon-with-just.html
    can anyone help to brand search box in sharepoint 2013.

    Please find the below link  for similar solution of branding
    http://www.broculos.net/2013/12/sharepoint-2013-branding-fancy-search.html
    Please Mark it as answer if this reply helps you in resolving the issue,It will help other users facing similar problem

  • Cmis content search in sharepoint 2013

    For content search using cmis to work with SharePoint 2013, does it require some service to be enabled ?Issue is  :while executing the query  " SELECT * FROM cmis:document where contains ('Test') " , this returns empty result; whereas
    it should have returned some  matching documents which I have added. The same query with out  the 'where' clause returns all the documents. I tried apache chemistry client libraries ( webservice ). 

    Thanks for the reply. I tried the federated search. Configuring the results source works fine and gives me search results in the query builder. However i am getting the following error in the search results web part.
    1¾System.Net.WebException: The remote server returned an error: (401) Unauthorized. at System.Net.HttpWebRequest.GetResponse() at Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute() at Microsoft.SharePoint.Client.ClientContext.GetFormDigestInfoPrivate() at Microsoft.SharePoint.Client.ClientContext.EnsureFormDigest() at Microsoft.SharePoint.Client.ClientContext.ExecuteQuery() at Microsoft.Office.Server.Search.RemoteSharepoint.RemoteSharepointEvaluator.RemoteSharepointProducer.RetrieveDataFromRemoteServer(Object unused) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at Microsoft.Office.Server.Search.RemoteSharepoint.RemoteSharepointEvaluator.RemoteSharepointProducer.ProcessRecordCore(IRecord record)

  • OCR pdf search in SharePoint 2013

    Is it possible to search OCR pdf in SharePoint 2013? After July 2014 CU it is possible to configure custom ifilters to override existing behaviour.Has anyone implemented OCR search? 

    Hi,
    PDF is finally recognized as a file type within SharePoint and Microsoft added their own “PDF Format Handler” so that PDFs can be automatically indexed without requiring
    a third party iFilter.
    If the PDF's are images, These files cannot be searched unless they are processed with OCR and have a fully searchable equivalent generated. The third party iFilter
    is able to apply the necessary OCR processing to ensure that the file will be searchable.
    Here is an article for your reference:
    http://www.aquaforest.com/wp/index.php/configuring-sharepoint-for-pdf-files
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Advanced Search in Sharepoint 2013 Foundation

    All,
    I am looking for an advanced search like search based on certain properties in Sharepoint Foundation 2013.
    Is it feasible or any other way I can achieve it?
    Thanks,
    Saumil

    Hi Saumil,
    Per my knowledge, the Advanced Search Box web part is no long used in SharePoint 2013.
    So if you want to use the web part, you can export and import the Advanced Search box web part to SharePoint 2013.
    However, only the web parts which have been upgraded to SharePoint 2013 at the same patch level can be used in your environment.
    So you can upgrade a site with a page has Advanced search box web part in it to SharePoint 2013 and then export that web part to your site.
    Here is a similar thread for you to take a look:
    https://social.technet.microsoft.com/forums/sharepoint/en-US/99e6d5f2-76da-4fdd-8464-24159f12cee1/advanced-search-box-web-part-is-missing
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Office Web Apps Farm Connection Issue SharePoint 2013

    I have servers owa1 and owa2. Owa1 is acting as host and owa2 I joined to office web apps farm that’s is to owa1. 
    Both these are in office web apps farm and load balanced. Now my question is: From SharePoint Server when I connect , how should i connect while execute PowerShell command in SP server, in the syntax
     –servername parameter what should I specify do I need to specify the FQDN of the server name or host name (officewebapps.jdax.corp.local, this is host record created in DNS by mapping to VIP Of the load balancer (owa1 and owa2).
    Please help me.
    Thanks, Ram Ch

    You need to use URL officewebapps for parameter InternalURL
    ew-OfficeWebAppsFarm [-AllowCEIP <SwitchParameter>] [-AllowHttp <SwitchParameter>] [-AllowHttpSecureStoreConnections <SwitchParameter>] [-CacheLocation <String>] [-CacheSizeInGB <Nullable>] [-CertificateName <String>] [-ClipartEnabled <SwitchParameter>] [-Confirm [<SwitchParameter>]] [-DocumentInfoCacheSize <Nullable>] [-EditingEnabled <SwitchParameter>] [-ExcelAllowExternalData <SwitchParameter>] [-ExcelConnectionLifetime <Nullable>] [-ExcelExternalDataCacheLifetime <Nullable>] [-ExcelPrivateBytesMax <Nullable>] [-ExcelRequestDurationMax <Nullable>] [-ExcelSessionTimeout <Nullable>] [-ExcelWarnOnDataRefresh <SwitchParameter>] [-ExcelWorkbookSizeMax <Nullable>] [-ExternalURL <String>] [-FarmOU <String>] [-Force <SwitchParameter>] [-InternalURL <String>] [-LogLocation <String>] [-LogRetentionInDays <Nullable>] [-LogVerbosity <String>] [-MaxMemoryCacheSizeInMB <Nullable>] [-MaxTranslationCharacterCount <Nullable>] [-OpenFromUncEnabled <SwitchParameter>] [-OpenFromUrlEnabled <SwitchParameter>] [-OpenFromUrlThrottlingEnabled <SwitchParameter>] [-PicturePasteDisabled <SwitchParameter>] [-Proxy <String>] [-RecycleActiveProcessCount <Nullable>] [-RemovePersonalInformationFromLogs <SwitchParameter>] [-RenderingLocalCacheLocation <String>] [-SSLOffloaded <SwitchParameter>] [-TranslationEnabled <SwitchParameter>] [-TranslationServiceAddress <String>] [-TranslationServiceAppId <String>] [-WhatIf [<SwitchParameter>]]
    Hope below article should help you in detail:
    http://blogs.technet.com/b/jenstr/archive/2013/03/18/creating-an-office-web-apps-server-2013-farm-with-2-machines.aspx

  • Does anyone have any good information on Responsive Search for SharePoint 2013?

    I've been having troubles finding information for a responsive/intuitive search. Anyone have any ideas?
    Thanks a lot!

    Thanks for the reply,
    I mean responsive as in it takes common searches or visited pages and learns how to search more intuitively. I've been told to learn about it, and at the moment I've been looking into query roles and such. Is there anything further you would recommend for
    me to look at in terms of setting up search?
    Thanks for your time!

  • Farm account removal SharePoint 2013

    Hi All,
    I need to add a new account as farm account and remove previous farm account. Will this be possible?
    Thanks,
    sudesh withanage

    You can use the stsadm command,
    updatefarmcredentials to change farm accounts.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Search SharePoint 2013 On-Prem with Office 365

    We're trying to understand federated search in SharePoint 2013, when it comes to Office 365. We have both a SharePoint 2013 on-prem environment, and an Office 365 environment. The 2 are completely separate, and have not been configured to use a hybrid model.
    Is it possible to configure a Result Source in either the SharePoint environment or the Office 365 environment to index the other? Reading this
    article from Technet, it indicates that you can configure a remote SharePoint farm as a Result Source:
    "Remote SharePoint provides
    results from the index of a search service in another farm."
    But I've read on another
    thread on here that this is not possible from O365. 
    I'm hoping that someone can provide some guidance, or point me in the right direction.
    Thanks,
    cflbasser

    Yes, you can receive search results from an on-premise SharePoint Server 2013 farm within SharePoint Online.
    Hybrid search between SharePoint Server and SharePoint online uses federated search results. Neither the on-premise farm nor SPO crawl the other location, they just send a federated search query over the fence and wait for the results.
    You can search in either direction (one-way hybrid search) or both ways (bidirectional hybrid search).
    The one-way search can either be SharePoint Server sending search queries to SPO or SPO sending queries to SharePoint Server which also needs a reverse proxy for securely publishing your on-premise farm to SPO.
    Bi-directional hybrid search just combines both one-way methods together so either location can receive search results from the other location.
    Here are some further resources to help you plan and implement hybrid search:
    Hybrid for SharePoint Server 2013 
    Configure hybrid Search for SharePoint Server 2013 
    Chris O'Brien has an excellent article that describes the actual search experience. Check out Office 365 SharePoint hybrid - what you
    DO and DO NOT get 
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

Maybe you are looking for

  • Layout in Report: User Specific Indicator

    Hi Friends, I want to remove the "user Specific" Indicator from my layout and make it global but this indicator is in display mode. How can i do it? Please advice. Regards, CK

  • Sales order cancellation with points comsuption

    issue is the following : As a consumer, i create a sales order in WCEM with points consumption : i "give" 8 points to get my stuff -> fine. Then, i decide to cancel this order, still in WCEM, as delivery is late .. -> i don't have any member activity

  • Create Complex Web Service using ADF BC Service Interface

    Hi, We have a requirement to create a number of web services with complex data types. The data types model a logical database entity and therefore contain multiple "rows" of data. In the most simple example, we have an entity Person and Person Addres

  • Error in processing XSL template

    Hi I am trying to build an report by using XSL template in BI Publisher 10g integrated with siebel. When i uploaded the template to run the report I am getting the following error Caused by: oracle.xdo.parser.v2.XPathException: variable not defined:

  • Error in uploading data in infocube

    Hi, We are implementing SCM 5.0 APO and ECC 6.0 in UK/I client. At the moment we are facing one problem in uploading the Excel file into Info Cube.which was working perfectly earlier. Through analysis, we come to know that data flows thru PSA. but wh