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

Similar Messages

  • 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

  • Can we use SSRS in sharepoint 2013 standard and sql server standard edition

    can we use SSRS in sharepoint 2013 standard and sql server standard edition
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Yes you can. You do lose some features:
    http://msdn.microsoft.com/en-us/library/cc645993.aspx#Reporting
    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 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.

  • 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

  • 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)

  • 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

  • Anonymous Logon Error while using SSRS from SharePoint 2013

    I have SQL Reporting Services 2014 for SharePoint installed in SQL Server Box (SQL01) and SharePoint 2013 in a separate box (SPDEV01)
    in SPDEV01 i have installed Add-in for SSRS.
    when i generate a report using report builder i get an error saying Anonymous logon
    initially i got an error (rsClaimsToWindowsTokenLoginTypeError) for windows
    login and i followed the steps from below links
    http://msdn.microsoft.com/en-us/library/hh231678.aspx
    http://blogs.msdn.com/b/psssql/archive/2014/04/28/sharepoint-adventures-using-claims-with-reporting-services.aspx
    i am not able to complete all the steps mentioned in the above links as i have confusion in which box what has to be done and few are not applicable to the environment i guess
    Claims to Windows Token Service is also running
    after successfully completing few steps from the above links i am able to fix rsClaimsToWindowsTokenLoginTypeError but now
    i am getting anonymous logon error
    Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
    Cannot create a connection to data source 'DataSource1'. (rsErrorOpeningConnection)
    An error has occurred during report processing. (rsProcessingAborted)
    the other thing i need to mention is i am using my account as service account, setup account and also as a farm admin, will that
    be an issue?
    i have to use my account as these are development boxes.
    need your inputs to fix this issue

    Hi ,
    Thank you for your question.
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated.
    Thank you for your understanding and support.
    Regards,
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • Access Denied Using REST in SharePoint 2013 and InfoPath 2013 environment

    So here is the story. I developed a simple application in InfoPath 2013 (saving as InfoPath 2010) and published to a SharePoint 2010 server. 
    A major component to my form is the use of REST to query a SharePoint list. Everything works fine and dandy through the web browser within the SharePoint 2010 environment. Now that I have moved the source list to SharePoint 2013, saved the form as InfoPath
    2013, reset the REST data connection, and published to SharePoint 2013, I get the following message on the Form Load. 
    Warning
    An error occurred querying a data source.
    Click OK to resume filling out the form. You may want to check your form data for errors.
    Hide error details
    The underlying connection was closed: An unexpected error occurred on a receive.
    An entry has been added to the Windows event log of the server.
    Log ID:5566
    Correlation ID:116a259c-904c-d098-fc14-956c88240dd8
    When I go to the Event Viewer, I see this......
    WebHost failed to process a request.
    Sender Information: System.ServiceModel.Activation.HostedHttpRequestAsyncResult/55627478
    Exception: System.ServiceModel.ServiceActivationException: The service '/_vti_bin/ListData.svc' cannot be activated due to an exception during compilation. The exception message is: Exception has been
    thrown by the target of an invocation.. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    Any thoughts, questions, or troubleshooting ideas would be very welcome!
    Thanks in advance. 

    Same issue here calling UserProfile REST.
    ULS says:
    The following query failed: My REST Web Service (User: 0#.w|domain\administrator, Form Name: Personal, IP: , Connection Target: , Request:
    http://server/_layouts/15/FormServer.aspx?XsnLocation=http://server/Pesonal/Forms/template.xsn&SaveLocation=http://server/Pesonal&ClientInstalled=true&DefaultItemOpen=1&Source=http://server/Pesonal/Forms/AllItems.aspx, Form ID: urn:schemas-microsoft-com:office:infopath:PErsonal:-myXSD-2013-09-27T19-45-38
    Type: DataAdapterException, Exception Message: The form cannot run the specified query. The remote server returned an error: (401) Unauthorized.)
    It works fine in Preview and Filler but dies in the browser.
    SharePoint 2013
    Matthew McDermott, MVP SharePoint

  • Create a ready to use image for SharePoint 2013 development environment.

    Hi 
    I have a requirement in which we are required to have an Image of the whole SharePoint 2013 environment, (ideally single server installation/standalone as I believe multi-tier would not be possible, or if possible suggest on that also), with all the installations
    done- SQL server, SharePoint , language pack if any, App configured, search, service applications, etc etc. so that if at all required we would have that image in a server and provide that image to the developer, he would either mount it or run it and start
    the SharePoint 2013 App development.
    Please suggest on this.
    Thanks in advance.

    Not for imaging purposes.
    You could have an environment that is ready-to-go with the bits installed, but not configured. You would then have a post-imaging script that would configure the farm. In this process, you would also need to make sure SQL Server was aware of the server's
    new name (see http://technet.microsoft.com/en-us/library/ms143799.aspx).
    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.

  • 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.

  • 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

Maybe you are looking for

  • Hi, guys: hard to understand XI IDoc to file,

    I have work through this scenario. My colleague have problem to understand it. I think it is a little hard to explain it. About logical system, We can say ERP send IDoc to  XI , and XI convert it to file. and then the logical system name should be XI

  • Nano will not sync with windows 8.1

    Recently installed windows 8.1 and cannot sync nano.  Restored to factory settings, but will not download songs from my itunes library to nano

  • Running Unicode-Specifc Reports for ECC 5.0 (Unicode).

    Hi! All, I have freshly installed ECC 5.0 (Unicode Kernel 6.40). In ECC manual I cannot found anything about Running Unicode-Specific Reports. But in the case of Solman/XI Unicode version running Unicode-Specific Reports is must. (RUTTTYPACT and UMG_

  • Will not open pages

    Pages created in mOuntain lion will not open in 10.6.8 on second computer.

  • Duplicate Creative Cloud icons in Mac OS X toolbar, how to remove?

    Does anyone know how to remove the old Creative Cloud icon from the Mac menubar? Both are there for some reason. The one on the left is a previous design version but if you click update goes to the latest one which is on the right. Couldn't find any