googlegsa / sharepoint.v3

Google Search Appliance Connector for SharePoint
5 stars 10 forks source link

Search Visibility feature (Issue 79) does not work with WSS 3.0 #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install 2.6 GSS on 2.6.0 Connector
2. From Share POint for a site, goto Site settings -> Search visibility -> 
Select NO  
3. While configuring connector, check the "Use SharePoint search visibility 
options" under Authorization Handling section.
4. Run the connector.

What is the expected output? What do you see instead?
Check the Logs, its still crawling the site which was set to exclude from 
crawling/indexing.
It should not crawl and index the site selected for exclusion from crawling.

What version of the product are you using? On what operating system?
GSS 2.6
Sharepoint connector 2.6

Please provide any additional information below.

Original issue reported on code.google.com by Shweta.v...@gmail.com on 30 Sep 2010 at 5:52

GoogleCodeExporter commented 9 years ago

Original comment by shashank...@gmail.com on 18 Mar 2011 at 12:00

GoogleCodeExporter commented 9 years ago
 The issue is not reproducible on WSS 3.0/ SP foundation 2010 for SP 2.8.x connector. You should see following message in the connector logs when search visibility is disable on SharePoint site and connector tries to traverse it:

WARNING: Skipping Web URL [ http://yourSite.domain.com ] while crawling because 
it has been marked for No Crawling on SharePoint.

If you see that the URLs are getting served, we should check the source of 
these URLs (whether GSA is crawling them through Start URLs?). If you already 
have the URLs indexed and if you disable the visibility option later, connector 
does not send any delete feeds for the existing URLs. Connector correctly sends 
ADD feeds if you enable the search visibility if it is disabled while you 
configure the connector.

Original comment by deshpa...@google.com on 14 Nov 2011 at 7:41