Tag Info

Hot answers tagged

2

Don't use SSL (https) whenever specifying your content sources in SharePoint search. Also, the second error just means that users and services are using the http://servername url to access to the site. It's more of a warning than an error. I constantly see that on my farm, but I ignore it.


1

Fast Search (2010) will index javascript sites. SharePoint Search (2013) will not index javascript. References: http://social.msdn.microsoft.com/Forums/de-DE/sharepointsearch/thread/b2456e71-9308-43f8-8351-b013b5070cc5 http://blogs.technet.com/b/vedant/archive/2010/08/24/fast-search-server-2010-for-sharepoint-specific-indexing-connectors.aspx


1

Method 1 from this link did the trick for me. Click Start, click Run, type regedit, and then click OK. In Registry Editor, locate and then click the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0 Right-click MSV1_0, point to New, and then click Multi-String Value. Type BackConnectionHostNames, and ...


1

With the various changes going on, it may be a good idea to just reset the index and run a full crawl. There are a lot of things, including the managed properties that get defined during that first full crawl so it is possible that it just isn't getting everything. Also, make sure that the system is setup for full support for anonymous access. Search ...


1

The issue seemed to be down to the size of the Index Partition. We reduced the number of items in the index using crawl rules and were able to get it down to about 8 million items from 12 million. We were able to then make changes to the search topology. What was interesting was the SharePoint Search Service on the rogue Crawl server would take about 90 ...


1

Crawler's have schedule to crawl, they don't just randomly start crawling, and it time depends on how you configured crawler's Schedule. You can check when your crawler crawled last time through Central Admin. In the Search service application, you can schedule a full or incremental crawl of a content source. There are four types of Schedules: ...


1

Without knowing your site structure or the structure of the data, the only reliable way would be to create custom Search Scopes and configure them to include only the desired content for those specific categories. You would then add the proper scope to the querystring when building the link. A possible alternative is available if the desired filter can be ...


1

It may well be a bug, but for fellow travellers, I found this in TechNet: http://technet.microsoft.com/en-us/library/jj683123.aspx Dealing with spaces in values Search queries use the space character to tokenize query values issued by users. When a query variable is expanded to a value that contains a space, the complete value is enclosed in ...



Only top voted, non community-wiki answers of a minimum length are eligible