AnantLabs / google-enterprise-connector-sharepoint

Automatically exported from code.google.com/p/google-enterprise-connector-sharepoint
0 stars 0 forks source link

Code Review: SharePoint Connector: r416 #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Bug fix description:
The last document sent form the list was not sent correctly. So the
changetoken was getting reverted to previous value "null" for the last List
in the WebState. As a result the list was getting crawled again and again.
The last document has now been set correctly.

High level list of changes;
The last document has been set correctly.

Specific flow/logic that the reviewer needs to focus on
Setting tha last document sent in list state.

Testing: How has the change being tested
Add exclusion pattern:
regexp:AllItems.aspx$ 
Confirm that connector does not recrawl the same document over and over again

Original issue reported on code.google.com by j.dars...@gmail.com on 3 Nov 2009 at 12:40