Create Refinement topics for web application in SharePoint 2013 Search


Is there a way we can add available web application name in refinement panel in SharePoint 2013 search. there is a search called Enterprise search which is named as Everything, that search from all the web applications available. is there a way we can have
a search refinement panel which is the list of web applications so that it allows us to filter the results by web application.
can we add a refinement panel like below  in SharePoint Search 2013
here is an image for 
kukdai

Hi kukdai,
To use result source or query rule to distinguish search results, besides adding custom search vertical, you could also consider using result block:
http://blogs.technet.com/b/mspfe/archive/2013/02/01/how-query-rules-and-result-sources-can-be-used-to-customize-search-results.aspx
http://www.sharepoint2013.me/Blog/Post/261/SharePoint-2013---Create-and-display-results-blocks
Quote:
In SharePoint, result block will display the search results as a group. We can promote result block depending on the query condition as specific result. While configuring query conditions for results block, we can use query variables. We can specify query
variables as place holders for unknown values in SharePoint query.
Then we can use Path in query rule to divide search results into several web applications.
Regards,
Rebecca Tu
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • Classic mode web application in SharePoint 2013 Error occurs

    while creating Classic web applicatiuon using powershell commands following error occure
    PS C:\Users\centraluser> New-SPWebApplication -Name "SharePoint - 100" -Applicat
    ionPool "SharePoint100" -AuthenticationMethod "NTLM" -ApplicationPoolAccount (Ge
    t-SPManagedAccount "wse\centraluser") -Port 100 -URL "http://w8-sp13-en"
    WARNING: The Windows Classic authentication method is deprecated in this
    release and the default behavior of this cmdlet, which creates Windows Classic
    based web application, is obsolete. It is recommended to use Claims
    authentication methods. You can create a web application that uses Claims
    authentication method by specifying the AuthenticationProvider parameter set in
     this cmdlet. Refer to the http://go.microsoft.com/fwlink/?LinkId=234549 site
    for more information. Please note that the default behavior of this cmdlet is
    expected to change in the future release to create a Claims authentication
    based web application instead of a Windows Classic based web application.
    log4net:ERROR XmlConfigurator: ConfigureFromXml called with null 'element' param
    eter
    log4net:ERROR XmlConfigurator: Failed to find configuration section 'log4net' in
     the application's .config file. Check your .config file for the <log4net> and <
    configSections> elements. The configuration section should look like: <section n
    ame="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /
    >
    New-SPWebApplication : Object reference not set to an instance of an object.
    At line:1 char:1
    + New-SPWebApplication -Name "SharePoint - 100" -ApplicationPool
    "SharePoint100" - ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidData: (Microsoft.Share...PWebApplication:
       SPCmdletNewSPWebApplication) [New-SPWebApplication], NullReferenceExceptio
      n
        + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSPWeb
       Application
    PS C:\Users\centraluser>

    use of classic mode authentication, also known as Windows classic authentication, is discouraged in SharePoint 2013 according to
    MSDN.
    Office Web Apps can be used only by SharePoint 2013 web applications that use claims-based authentication. Office Web Apps rendering and editing will not work on
    SharePoint 2013 web applications that use classic mode authentication. If you migrate SharePoint 2010 web applications that use classic mode authentication to SharePoint 2013, you must migrate them to claims-based authentication to allow them to work with
    Office Web Apps. For more information, see Use Office
    Web Apps with SharePoint 2013.
    I would suggest to create claims based web application. Any specific reason you are looking for Classic mode?
    Raghavendra Shanbhag | Blog: www.SharePointColumn.com
    Please click "Propose As Answer " if a post solves your problem or "Vote As Helpful" if a post has been useful to you.
    Disclaimer: This posting is provided "AS IS" with no warranties.

  • Error occured when I create Web Application by SharePoint 2013

    SharePoint 2013 can not create Web Application.
    The ULS log contains tons of the below error.
    Does anyone know how to fix those Process errors?
    Process: w3wp.exe (0x0EE4)
    Product: Web Content Management
    Category: Publishing Cache
    Level: Unexpected
    Message: SPReaderWriterLock named [Process Context Lock] held for 1438 milliseconds.
    Call stack:   
     in Microsoft.SharePoint.Utilities.SPReaderWriterLock.SPReaderWriterLockScope.Dispose()   
     in Microsoft.SharePoint.SPProcessContext.Get[T]()
     in Microsoft.SharePoint.Administration.SPConfigurationDatabase.get_Farm()
     in Microsoft.SharePoint.Administration.SPFarm.FindLocal(SPFarm& farm, Boolean& isJoined)
     in Microsoft.SharePoint.Administration.SPServiceApplication.get_Current()
     in Microsoft.SharePoint.SPServiceHostOperations.Configure(ServiceHostBase serviceHost, SPServiceAuthenticationMode authenticationMode)
     in Microsoft.SharePoint.Taxonomy.MetadataWebServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses)
     in System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
     in System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(ServiceActivationInfo serviceActivationInfo, EventTraceActivity eventTraceActivity)
     in System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
     in System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath, EventTraceActivity eventTraceActivity)
     in System.ServiceModel.Activation.HostedHttpRequestAsyncResult.HandleRequest()
     in System.ServiceModel.Activation.HostedHttpRequestAsyncResult.BeginRequest()
     in System.ServiceModel.Activation.HostedHttpRequestAsyncResult.OnBeginRequest(Object state)
     in System.Runtime.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
     in System.Runtime.Fx.IOCompletionThunk.UnhandledExceptionFrame(UInt32 error, UInt32 bytesRead, NativeOverlapped* nativeOverlapped)
     in System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)       

    Hi RuiHigashiyama,
    Do you find a solution for this issue?
    If yes, please share the solution, it will be beneficial to others in this forum who meet the same issue in the future.
    Best Regrads,
    Wendy
    Wendy Li
    TechNet Community Support

  • Need to create setup (.exe) for web application

    Hi,
    I have Web application based on SharePoint 2010 and that contains three site collection,custom web part ,site,sub site,,,etc I need to deploy it from development environment to production environment
    How I can create setup file (.exe) to deploy Web application in production environment ?
    Thanks in advance,
    sathya

    Hello sathya,
    Already replied in this thread. It seems both are duplicate threads but created by different accounts.
    http://social.msdn.microsoft.com/Forums/en-US/0435c2d5-8a8f-4df2-967b-69c044c1be23/creating-exesetup-for-sharepoint-2010-web-application-using-visual-studio-2010?forum=sharepointadminprevious
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Create Public Part for Web Application

    Hi all,
    I'm migrating a now Development Component Web Application to DC Web Application. When it was done, the Public Parts isn't created automatically, in according with documentation.
    So I'm creating a Public Part with name war, but I'm changing the file manually to include the Entity Reference to Web Module.
         <entities>
              <entity>
                   <name>demo.sap.comtestweb~module</name>
                   <entity-type>WAR</entity-type>
              </entity>
         </entities>
    Today, through NWDS i can't  to set this reference on Development Infrastructure.
    Does anybody know if the only way to create this entity reference is manually?
    Best regards

    Chances are bigger of finding a solution in the NWDI forum. Moving it there...
    \-- Vladimir

  • How to create a Employee Directory Web part in Sharepoint 2013

    I am new to this Web part. So can anybody tell me where could i start to do this. What configuration i have to do? Which web part can i use?

    Hi,
    Please take a look at this article
    SharePoint 2013 MySites Organizational Chart
    Dmitry
    Lightning Tools Check
    out our SharePoint tools and web parts |
    Lightning Tools Blog | Мой Блог

  • Custom host-name for web application SharePoint 2010

    I am facing a weird behavior. Can anyone help me regarding this?
    Steps performed:
    1. Created a web application using custom host name.
    2. Created a site collection using "Blank" site template. Nothing issues.
    3. Created another site collection using "Publishing" site template. Authentication prompt came multiple times. IIS logs/Fiddler/HTTP Watch are full with 401 entries.
    4. Added the custom host-name with web server IP in local desktop hosts file(which is in intranet domain). Prompt issue fixed.
    5. Authentication mode set as NTLM. 

    Hi DDasgupta,
    After you created a web application with a custom host name, if you got a prompt for the user and you may face the following issues:
    There is continuous prompt for the credentials
    HTTP 401.1 error
    This shows that there is a problem with the Loopback configuration. This situation should occur only when we access the application from the server machine.
    For fixing the problem, we have to disable the Loopback value inside the registry.Open the Registry Editor (regedit.exe) and locate the following key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa, and create a new Key Value of type DWORD inside
    it and set the value to 1.
    More information, please refer to the link:
    http://www.c-sharpcorner.com/UploadFile/40e97e/sharepoint-2010-creating-host-name-for-web-application/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Advanced Search Web Part in SharePoint 2013

    I would like to know more about advance search web part in SharePoint 2013. How it looks and implementation ?

    Hi,
    Please go through below video/links for more details on SharePoint 2013 Search and associated feature.
    http://www.youtube.com/watch?v=T1J_pMD7V_4
    https://social.technet.microsoft.com/forums/sharepoint/en-US/99e6d5f2-76da-4fdd-8464-24159f12cee1/advanced-search-box-web-part-is-missing
    Hope this helps you.
    Regards
    Soni K

  • How sharepoint understand when user requests for web applications by their DNS names

    HI
    I configured Alternate access mapping in my sharepoint farm for default ,intranet zones
    and spt farm has two web front end servers and they load balancing by F5 device
    in WFE servers there are different web applications are running on different ports
    so here I want to know how load balancing works, load balancing configured in F5 device.
    when users request a webapplication from browser (ex http://cms) where this request will go
    1)when I ping cms and other web applicaations  it returns me a loadbalancer  server IP  for all web applications;
    ping cms : it returns 10.xxx.0.80 , same ip returns when I ping for other web app
    but ex CMS web application run on the 10.xxx.1.26:81 port in sharepoint server
    2) and these sharepoint web applications running on different ports in sharepoint  web servers , so here  how sharepoint understand when user requests for web applications by their DNS names
    http://cms and http://products  etc
    adil

    I'm not sure if the F5 can add a port number (I'm not an expert on load balancers).  But in general if you design the SharePoint site to run on port 81 then you need to have port 81 appended to the request or it won't work.  http://cms in your
    example would take you to http://cms:80 not http://cms:81.  But in general DNS will resolve the address back to the F5 load balancer.  The load balancer will look at the header of the HTTP request (which contains the original address you requested)
    and forward the request to the appropriate web front end IP address.  If your web front end is using one IP address for multiple sites then those sites need to be differntiated by using a custom port like 81 (which must be included in the original request)
    or because a host header was bound to the web application when it was created.  If they are running on different port numbers then the request must include the port number by the time it gets to the SharePoint server.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Create search refiner for list name in sharepoint 2013

    Hi everybody!
    How could I create a search refiner for list name in SharePoint 2013?? I think I can create a search refiner for list ID but how could I show list name base on list id to users in refinement webpart??

    you can create your custom Manged property and use content enrichment to fill the managed property 
    http://blogs.msdn.com/b/richard_dizeregas_blog/archive/2013/06/19/advanced-content-enrichment-in-sharepoint-2013-search.aspx
    Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

  • Error Creating Web Application in Sharepoint Foundation 2010.

    Hi,
    I am getting below error while creating new Web Application in SharePoint.
    Could not connect to Sharepoint using integrated security: SQL server at has an unsupported version 10.0.2531.0.
    I am using SharePoint Foundation 2010. SQL Server Version is
    "Microsoft SQL Server 2008 (SP1) - 10.0.2531.0 (X64)   Mar 29 2009 10:11:52   Copyright (c) 1988-2008 Microsoft Corporation  Developer Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) (VM)"
    My SQLServer version is Microsoft SQL Server 2008 (SP1) Developer edition. How could i resolve this issue.
    Thanks & Regards
    Poomani Sankaran

    Hi Poomani,
    Upgrade to
    SQL Server 2008 R2 Developer Edition and it will work with SharePoint Foundation 2010. Ensure that you only use this developer edition on your development server.
    SQL Server 2008 R2 Developer Edition has same code base and same features which are available in SQL Server
    2008 R2 Enterprise Edition. Only difference between them is licensing terms. Developer Edition can not be used in production environment and it can be used on development server only.
    Please remember to click 'Mark as Answer' if the reply answers your query or 'Upvote' if it helps you.

  • How to grant anonymous access on sharepoint document library/list only not for web application

    Hello
    How to grant anonymous access on sharepoint document library/list only not for web application.I have claim based sharepoint site and has to be but i want to grant access on document library/list only.Is this possible?
    Thanks
    Rajesh Kumar "Changing the Face" can change nothing.But "Facing the Change" can change everything.

    As i am using following code
    SPSite site = SPContext.Current.Site;
                SPWeb web = SPContext.Current.Web;
                SPSecurity.RunWithElevatedPrivileges(delegate()
                    using (SPSite ospSite = new SPSite(site.ID))
                        using (SPWeb webs = ospSite.OpenWeb(web.ID))
                            // Enable anonymous access on web application
                            webs.AllowUnsafeUpdates = true;
                            SPUrlZone urlZone = SPUrlZone.Default;
                            SPWebApplication specifiedWebApplication = ospSite.WebApplication;
                            SPIisSettings iisSettings = specifiedWebApplication.IisSettings[urlZone];
                            //iisSettings.AuthenticationMode = AuthenticationMode.Windows;
                            iisSettings.AllowAnonymous = true;                       
                            specifiedWebApplication.Update();
                            // Get document library collection here and fetch all the document urls
                            SPDocumentLibrary docLib = (SPDocumentLibrary)web.Lists["Documents"];
                            if (docLib != null)
                                docLib.BreakRoleInheritance(true, false);
                                docLib.AllowEveryoneViewItems = true;
                                docLib.AnonymousPermMask64 = SPBasePermissions.ViewPages | SPBasePermissions.OpenItems | SPBasePermissions.ViewVersions
                                    | SPBasePermissions.Open | SPBasePermissions.UseClientIntegration | SPBasePermissions.ViewFormPages | SPBasePermissions.ViewListItems;
                                //docLib.AnonymousPermMask64 = SPBasePermissions.EmptyMask;
                                docLib.Update();
    Should working but getting access denied......i am totally stuck at this point.
    Rajesh Kumar "Changing the Face" can change nothing.But "Facing the Change" can change everything.

  • I want to create home page for my application with short URL

    I want to create home page for my application with short URL
    as when I want user to use my application user must go to URL like this
    http://127.0.0.1:7101/My-Project/faces/app/empModule/allEmployees/viewMyEmployees.jspxI want the user to use short URL , How can I use shorter URL not all this one.
    I want shorter URL for my application not to write full path .
    thanks in advance.
    Edited by: user611775 on Oct 31, 2010 10:21 PM

    Well,
    it's up to you. The first part (Mcit-Project-ViewController-context-root) is the context root which you define in the view controller project. 'faces' is the name the servlet filter reacts on. You can't omit it but shorten it in web.xml. The rest is your directory structure. I'm not sure how to shorten this other as to move the jspx files back into the web root folder.
    By the way an ADF faces app never uses the .jspx at the end of the url. If you specify '.jspx', you only render the page but don't start the work flow.
    Timo

  • How to create Search Service Application in SharePoint 2013

    When I am Creating Search Service Application through SharePoint Central Administration I am getting the error:
    Path of how I created It:
    Central Administration->Application Management->Manage Service Applications
    Here Click on New and Select Search Service Application
    How Should I create new search service application?
    As I want to create crawled Property and manage property for Search Center in SharePoint On Premises.

    Hi darsh,
    For creating a new search service application, you can refer to the blog:
    http://technet.microsoft.com/en-us/library/gg502597.aspx
    http://blogs.technet.com/b/praveenh/archive/2013/02/07/create-a-new-search-service-application-in-sharepoint-2013-using-powershell.aspx
    http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=378  
    For your issue , please refer to the article:
    http://praveensharepointknowledgebase.wordpress.com/2012/05/29/error-while-creating-search-service-application/ 
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Error in Create a Reporting Services Service Application in SharePoint

    I have a problem when trying to setup "SSRS ad on" on SharePoint 2013 server :
    - i have azure farm for SharePoint
    - Server A is SQL2012 SP1 and reporting services is installed and running on it
    - Server B is SharePoint 2013 with Microsoft® SQL Server® 2012 SP1 Reporting Services Add-in for Microsoft® SharePoint®
    - by using power shell in SharePoint server i successfully installed and Ran "the Insall-SPRSService and Install-SPRSServiceProxy" on Central Admin and SSRS server.
    - when i reach to the step of Create a Reporting Services Service Application from "SharePoint Central Administration" i face this error "Could not find SOFTWARE\Microsoft\Microsoft SQL Server\120 registry key"
    Please Advice

    Hi Rehab Essam,
    According to your description, you are installing reporting services of sharepoint integrated mode, you installed SQL Server 2012 and reporting services in server A, SharePoint 2013 and Reporting Services Add-in on server B. When you create a Reporting Services
    Service Application, you got the error message.
    According to my knowledge, to join a report server to a SharePoint farm, the report server must be installed on a computer that has an instance of a SharePoint product or technology. We can install the report server before or after installing the SharePoint
    product or technology instance. Then we can install Reporting Services add-in for SharePoint Products.
    For more information about Installing Reporting Services SharePoint Mode for SharePoint 2013, please refer to the following document:
    https://msdn.microsoft.com/en-us/library/jj219068(v=sql.110).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    Wendy Fu
    TechNet Community Support

Maybe you are looking for

  • I need to ask Apple a question ...

    ... But I can't find any contact information on their site. Maybe they don't want to talk to me ... In case anyone was wondering, I want to ask Apple why they think I need QuickTime to start automatically when windows starts. There are very few progr

  • Can No Longer Print to PDF: No File Created

    Greetings, All, (I had this problem months ago too, but it went awayApple Update?) Recently I did something stupid on my Mac (still new to Mac from Windows) and I had to reinstall OS X (Install and Archive). After Installing OS X 10.5.3, I updated ba

  • Insert into a table using select statement

    I have a table aa_table which alread has data for 3 columns now i need to insert the date for the 4th column C_id as shown below INSERT INTO aa_table s(s.c_id) values (select id from C_table c ,aa_table s where c.cin in( select s.cin from aa_table))

  • I cannot activate the colour change for "Visited" and "Unvisited" links

    I've been to Firefox "Tools" and specified the colors for "Visited" and "Unvisited" sites but it doesn't happen. What am I doing wrong?

  • HELP! deleted a whole contact group by accident :...

    i just now deleted my whole contact group!  is there any way to get it back!?  i lost over 100 contacts  i looked in "deleted contacts" and the group is not there i am using nokia suite version 3.7.22 Solved! Go to Solution.