Forum Discussion
Sharepoint 2016 no search results.
- Jul 12, 2019
mikjac21549 no proxy? A proxy should exist. You could try creating one using PowerShell
https://docs.microsoft.com/en-us/powershell/module/sharepoint-server/new-spenterprisesearchserviceapplicationproxy?view=sharepoint-ps
Alternatively, if you haven't configured your search service application a lot or you know exactly what you did you could as well recreate your search service application too. I wonder what way you provisioned your search service application. If you create one using Central Administration the proxy should be automatically created. If you used PowerShell you probably missed some steps...
mikjac21549So you don't receive an error message after performing your search, just an empty results page? Is this the same when you search from inside the library/list instead of using the site wide search? Did you take a look at the logs on the server? (Event log, ULS log). Are you able to find other content that was not part of your migration?
Few more thoughts / hints:
- Does your Query Processing component show a green checkmark in Central Admin / Search Service Application Settings / Search Application Topology
- Are your searches being performed against the correct Result Source?
- Do you have any query rules configured that might have impact on your search results?
- Have you
- I assume you have only 1 Search Service Application configured in your Farm and it is associated to your Web Application via the correct Service Application Proxy group.
Thanks for your help.
1. No errors just no results.
2. no search ever returns anything.
3. on the front end server the Event log shows some information issues with trying to install a language proof with error = 0
"Windows Installer reconfigured the product. Product Name: Microsoft Server Proof (Arabic) 2016. Product Version: 16.0.4351.1000. Product Language: 1025. Manufacturer: Microsoft Corporation. Reconfiguration success or error status: 0."
then a followed by warning saying failed to connect to server
4. The ULS logs are over my head. I downloaded the ULSviewer and it crashed after starting to load the info. I viewed the files with notepad but I'm not sure which file and what I'm looking for.
5. How do I know what result source I'm searching against?
6. no query rules
7. 1 search service app and no proxy. do I need a proxy?
can I kill all search and reconfigure? delete my content source and recreate?
- paulpaschaJul 12, 2019Bronze Contributor
mikjac21549 no proxy? A proxy should exist. You could try creating one using PowerShell
https://docs.microsoft.com/en-us/powershell/module/sharepoint-server/new-spenterprisesearchserviceapplicationproxy?view=sharepoint-ps
Alternatively, if you haven't configured your search service application a lot or you know exactly what you did you could as well recreate your search service application too. I wonder what way you provisioned your search service application. If you create one using Central Administration the proxy should be automatically created. If you used PowerShell you probably missed some steps...
- mikjac21549Jul 15, 2019Copper Contributor
paulpascha I deleted and re-created the search service, and that seemed to resolve the issue.
I still don't have a proxy. I thought that was only used for search other content outside of my local sites.
thanks for hanging with me.