Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

FAQs

...

Specific

Why do the queries return only one document per page instead of the amount specified on the page size?

When a Salesforce SOQL statement selects a number of large fields (such as two or more custom fields of type long text) then , Salesforce may return fewer records than defined in the page size in order to control the overall response payload size. The reduction in page size also occurs when dealing with base64 encoded fields (or blob fields), such as the Body. Remove these fields from the query if you want Salesforce to returns the number of rows specified on the page size.

Why does the number of groups crawled

...

differ from the number of groups showed in the UI?

This is because Salesforce treats users roles as a type of group, so they are stored in the same table as the other groups. To check the user roles go to Manage Users/Roles section of the setup page. 

Why

...

am I not getting the follower ACL for a chatter user?

The salesforce Salesforce connector specifies the scope of the users that will be retrieved for ACL information during the crawl, make sure the user is part of the connector scope.

...