The enterprise-search tag has no wiki summary.
1
vote
1answer
14 views
SharePoint refiners does not work after setting Append Text To Query property of Search Core Result web part
I have created my own search result page with OOB search web part. Everything works as expected.
I have to restrict search with some additional properties so I set "Append Text To Query" property of ...
2
votes
2answers
22 views
Disabling LoopBackRequest in registry to resolve search crawl error
Can anybody explain why we need to disable the LoopBackRequest in registry to resolve the Search Crawl error.
This article explains about it but I want to know more about it. What is the reason ...
0
votes
1answer
19 views
SharePoint2013 Search Navigation Web part and query string parameters
Im using Search Navigation web part to navigate to a search result page when user decides to do a scoped search. Im trying to pass all scoped search to the same search result page, instead of ...
0
votes
1answer
17 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
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 ...
0
votes
1answer
21 views
Search on hidden ID of enterprise wiki page only
I am using Sharepoint 2013 and have set up a small knowledge base.
I am displaying the hidden ID of the enterprise wiki page on the page using this code:
<SharePoint:EncodedLiteral ...
1
vote
1answer
774 views
Managed metadata column values show GUID in search results
My problem is the same as the one described here:
http://social.msdn.microsoft.com/Forums/hu-HU/sharepoint2010general/thread/e3edd223-4fa7-4920-8efd-4898df85f0bf
Unfortunately, that post does not ...
3
votes
2answers
609 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 ...
1
vote
1answer
30 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
0answers
23 views
Possible to have the same Search Navigation across all sites in a site collection in SP2013?
Just like using scopes in SharePoint 2010, is it possible to assign the same Search Navigation options to all sites in a site collection, so they share the same verticals?
2
votes
2answers
23 views
Applying new SharePoint Enterprise Search Query Topology fails with Crawl Component cannot be dismounted
I am trying to scale out our search topology by adding a new Index Partition and Query Servers.
The approach that is being taken is using PowerShell to build a new SharePoint Search Query Topology ...
1
vote
2answers
73 views
Wrong counts for refiner values in Sharepoint 2013, Enterprise Search Center
I followed this tutorial to enable counts on sharepoint 2013 on a Enterprise Search Center site
...
0
votes
1answer
27 views
how much time sharepoint 2010 take to include site column data changes in search
I am implementing search on sharepoint 2010. On the advanced search page, i have added a property restriction named Keyword.
It is connected to a Site Column named Keyword. The site column is of text ...
0
votes
1answer
729 views
SharePoint 2010 Search crawl rules - how to exclude specific bdc entity by url
I've created searchable .net assembly connector, which reads text file (using this post). All works fine, content inside file was indexed and appears in search results.
I want to hide some rows ...
1
vote
3answers
70 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 ...
1
vote
0answers
34 views
In Sharepoint 2010, What does the CrawledProperty's PropSet Member Represent?
Can someone explain what the PropSet member attribute of the CrawledProperty class is in Sharepoint Server Search?
The below MSDN link gives me no clue as to what it is, and I am in the process of ...
2
votes
2answers
64 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
41 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
2answers
61 views
Display managed path in search results
I'm trying to display the managed path a site is on in my search results.
To be more clear: I have setup a core results webpart which fires a custom query to retrieve all site collections within a ...
0
votes
2answers
52 views
Where to define Query Rule and when?
We can define Query rule in three places:
Search Site > Site Settings > Search > Query Rules
Search Site > Site Settings > Site Collection Administration > Search Query Rules
Search Service ...
2
votes
1answer
16 views
Move Search Service to Production Environment in SharePoint 2010
I need to move my Search Service configurations from my development environment to Production (Scopes, Metadata Properties, etc).
What is the best approach to do this, PowerShell, backup restore ...
0
votes
1answer
91 views
Enterprise Keywords in Search refinement
I would like to add a refiment category on my search page that displays my Enterprise keywords that the content has been tagged with. However I have some problems as the keywords doesn't show up in my ...
0
votes
1answer
418 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 ...
0
votes
1answer
24 views
Searching document from different Farm
Is it possible that Farm A can access or search the documents that reside in Farm B? If yes, what should be the setup or topology?
0
votes
1answer
116 views
creating new managed property, but not able to do the “mappings to crawled properties”
I want to make a list column as "Managed Property".
Steps am following is,
Central Admin -> Search Service application -> New Managed Property
gave name for "Property Name".
Checked as "Text" as ...
2
votes
2answers
252 views
Lowering Continuous Crawl time via PowerShell
I've been reading up on new SharePoint 2013 features, and continuous crawl plus the new Content Search Web Parts will do wonders for our SharePoint project. However, by default the Continuous Crawl is ...
0
votes
2answers
161 views
How to search/query by Enterprise Keywords?
I'm doing a recommendation engine and I need to access the Enterprise Keywords of a document and search for other documents having at least 1 matching keyword.
So for example I have Document A which ...
0
votes
1answer
157 views
KQL how to search for announcements that are not expired
I'm trying to search in an announcement list. I want the search to return only items, that aren't expired (ows_Expires >= [today]). I found, that ows_Expires is mapped to a managed property called ...
1
vote
1answer
48 views
Replace standard search with federated search results
I would like to know if there is a way to give the 'Federated Results' (FR) web part the same look and feel as the 'Search Core Results' (SCR) web part.
For instance, the SCR shows me how many ...
1
vote
1answer
18 views
Term frequency list of an entire search index?
I am trying to get the term frequency of all words in an index (minus some words like: a, the, and, I, etc.). A "Top 10" list of most frequent words in an index would be ideal.
I am not trying to ...
4
votes
2answers
263 views
Search service application is not crawling for only one site collection?
In our SharePoint 2010 environment, Search service application is not crawling for a site collection alone and it crawls for the other sitecollections are in the same contentDB.
Have verified the ...
0
votes
0answers
53 views
I cant get the search navigation webpart displayed
I have injected the key search webparts within a dedicated page. I added all webparts to mimic what's available in a enterprise search center.
All webparts are displayed beside the navigation ...
1
vote
1answer
46 views
How can I provision the search center to my visual studio solution?
How can I provision the search center to my visual studio solution? I have edited my page layout and master page to be able to have the search center in the maincontent of my site collection.
Maby ...
0
votes
0answers
21 views
How can I create a feature that contains the Search Center from the hive 15 in Sharepoint 2013?
What I am doing is creating a site collection enterprise search center with a master page and in the future more functionality will be added.
In my solution I have created webtemplate and a page ...
0
votes
0answers
112 views
Restricting Anonymous user to see only public content from SharePoint 2013 index
I have crawled and indexed some public and private(that requires windows authentication) websites using SharePoint 2013 Search.
I also added new web app and created new site collection using built-en ...
0
votes
0answers
15 views
Is there a way to sort all people search results by last name ascending? [duplicate]
I have tried a bunch of methods and havent been able to get this to work:
How do we add Sort By Last Name on People Search?
...
0
votes
1answer
90 views
Managed Property Boost on Enterprise Search
In the link below, you can find a good example of how to add a relevance boost for documents that have a specific value on some managed property.
Let's say you have a List, with a content type ...
0
votes
1answer
168 views
Could not establish trust relationship for the SSL/TLS secure channel
In Sharepoint 2010 crawl log, I am getting below error and no success record in crawling -
"This item could not be crawled because the repository did not respond within the specified timeout period. ...
0
votes
1answer
37 views
SP2010, are the search index / query component files a risk for highly secure documentation?
Say I have some secure documentation held in SharePoint.
Now say the SQL database/BLOB location is encrypted.
Enterprise Search is used to crawl this content and therefore the content is indexed. Is ...
0
votes
1answer
120 views
Search Result shows from sites where user does not have permission
What I have?
I have a SharePoint 2010 web application with FBA configured and it is exposed to Internet. The root site collection has a huge hierarchy and each site has document libraries with many ...
1
vote
1answer
127 views
Federated Results Web Part is not visible
I installed Bing search provider to our SharePoint 2010 server. Now I am trying to embed the search results coming from Bing to search results page but Federated Results Web part is not visible in the ...
-1
votes
1answer
484 views
Multiple Search Service Applications
I see that it is possible to create multiple Search Service Applications. How can you get a Search Centre to use one Search Service Application over another.
1
vote
1answer
93 views
Malformed search query
I'm trying to perform search on a single list using FullTextSqlQuery.
I found example here, but given this query:
"SELECT Title,ContentType,Path FROM portal..scope() WHERE freetext('" + query + "') ...
1
vote
2answers
578 views
How to fix Multiple Documents with same Document ID
I have a SharePoint 2010 Document Center site collection with Document Id's enabled. In the properties for any item there is a link to the document ID that should open the document. Instead the link ...
1
vote
1answer
325 views
How to remove Contextual Search 'This Site:' from dropdown box of target result page
The target search results page is */_layouts/OSSSearchResults.aspx*. In Site Actions >Search Setting> selected Show, do not include contextual scopes for Site collection Search Dropdown Mode. It is ...
0
votes
1answer
83 views
Enterprise search bar in header (and remove default standard search)
I have the Enterprise search sub site and it looks great compared to the standard search included on all default sites.
I would like to have the same functionality except instead of the enterprise ...
1
vote
0answers
90 views
SharePoint 2010 - Targetting propertyStoreDB to a specific content source
We have two propertyStore DBs in our SharePoint 2010 environment, is it possible to configure in such a way that a specific propertyStore DB is used for the provided(specific set of) content ...
0
votes
1answer
38 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.
0
votes
1answer
219 views
Enterprise Search Results + Ratings
I am trying to add rating stars to the search results in my Enterprise Search Center site according to the instructions found on the following sites:
MSDN |
Corey Roth - MVP's Blog |
Todd's Blog
...
1
vote
1answer
276 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 ...







