SharePoint crawl...
I'm trying to do a search crawl from SharePoint on all our Lithium communities.
We currently crawl verious external sites, but in each case we have access to the underlying database. Is it possible to get read-only access to the database for our communities so that I could do the same in this case?
Alternatively, I could pull all the data using the REST API, but I have a some questions:
I see that there is a 25 message limit when getting messages. Can this be increased?
Is there a limit (throttling of any sort) as to how much data we can pull at one time or when sending multiple requests one after the other?
And then for the incremental crawl thereafter, is it possible to get all new/modified messages after a supplied date?
Thanks for any help.