Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have a BCS model (Sharepoint 2010) that implement incremental crawl with ChangedIdEnumerator.

My model service implements three methods (ReadItem [SpecificFinder], ReadList[Finder] and ReadChangedList[ChangedIdEnumerator]).

The ReadList[Finder] is marked with the property Rootfinder, in order to the crawl use it in full indexing.

The full crawl works, but the incremental crawl, that should execute the ReadChangedList is not called, instead the the ReadList is called again and a full indexing is performed.

I haven't found a working example for this scenario.

Thanks, Marco

share|improve this question
Have you found a solution? I'm the same problem... Thanks! – user11353 Oct 15 '12 at 14:48

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.