1
vote
3answers
91 views

Custom Search In SharePoint 2010

Above image is my .net Search page. Here I have used SQL Server Database for fetching result. I want to convert my .net site to SharePoint 2010 Site and Using custom database I want to display ...
0
votes
1answer
21 views

How to configure Host Distribution Rule for File Shares in SharePoint 2010?

Normally when we create a new Host Distribution Rule it asks for Hostname and Crawl db name. But my requirement is to configure this for File Shares. I cannot find any article to configure Host ...
1
vote
1answer
40 views

Navigation back from the Search Center in SharePoint 2010

We have a dilemma with our implementation of Search Center. I am sure I am not alone with this. Basically, in some site 3 levels deep on one web app the search redirects them to the search center at a ...
1
vote
3answers
88 views

Search query with contains

Is it possible with either KQL or FQL to query for title:*or* and get back items where the tile is e.g "A.B.PZ.3_MS_Form" ? Another query would be title:*PZ*. Background: I have a custom advanced ...
2
votes
2answers
82 views

Feeding a new item to index instantly in SharePoint 2013

I have crawled and indexed some documents using SharePoint 2013 Search.I would like to feed index instantly when a new document is created. How can i feed document index instantly using SharePoint ...
0
votes
1answer
46 views

SHarepoint Search 2010 - XSL Code Customization

I need to display the image preview on my search result by replacing the code for the search-icon as below XSL code: img align="absmiddle" src="http://site/image/123.jpg" border="0" ...
0
votes
1answer
40 views

Get count of file types indexed by Enterprise Search

How do we get a count of the different file types indexed by SharePoint 2010's Enterprise Search? For example, we'd like to have a count of all the *.docx, *.xlsx, etc. Thank you.
1
vote
1answer
319 views

configuring Search Settings for all Site Collections once

If you want that all site collections will point to the Search Site, do you need to configure all Site Collections one by one? Is there any way (powershell or something) which you can use once to ...
0
votes
0answers
172 views

People Refinement Panel shows 'no refinements available' for staff directory

In my enterprise search centre I have created a simple page to use as a staff directory. I have a 'People Search Core Results' webpart and a 'People Refinement Panel' webpart. Both are using Cross-Web ...
1
vote
4answers
2k views

How to limit Search Crawl only to subsite

I have a top site collection (http://myportal) and subsite (http://myportal/teamsite) in a SharePoint 2010 based intranet. My Question: I am trying to configure search in such a way that when a user ...
1
vote
1answer
1k views

Setting up the “Search this Site” functionality in Mysites?

I have been able to configure "find people" on the top of the mysites page by setting it to people search results of the enterprise search center in "Setup MySites" settings from CA. However I cant ...
0
votes
1answer
755 views

Sharepoint Search access denied?

I have a bunch of new users added to Visitors, Members and Owners groups. However when they try and search for anythng they are shown Access Denied. Are there permission settings in Enterprise Search ...
0
votes
2answers
752 views

People search yielding no results in spite of a successful User Profile Synchronization?

I have used the sharepoint farm configuration wizard to setup all services under spfarm account and everything works fine. However I am having trouble with Searching for people. Here is the link I ...
0
votes
1answer
204 views

Search. Get all values of a Managed Property

I want to build a filer (search) user interface for search results page. Thus a have a few Managed Properties I want users to search by. For example, I have a department property (sting) and I want to ...
3
votes
2answers
649 views

PowerShell - Create Search Service App Pools (All 3)

How many App Pools are created when you create the Search Service Application? How can I create all the Search Service Application App Pools using PowerShell and give them all unique names? I've ...
0
votes
1answer
424 views

Show Document sets in Enterprise Search Center results

We have created few document sets in a document library in my site. Within the same site we have a enterprise search center subsite. I tried to search a document set in search center but nothing is ...
3
votes
1answer
180 views

Non-Authoritative Sites in Enterprise Search

I have two content sources. The first is the SharePoint site itself, with around 400 items in its index on my test environment. The second is a public facing website (external, non SharePoint) ...