Versions Compared

Key

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

Why

...

does an incremental crawl last as long as a full crawl?

The some Some connectors perform incremental crawls based on snapshot files, which are meant to match the exact documents that have been indexed by the connector to the search engine. On an incremental crawl, the connector fully crawls the file system the same way as a full crawl, but it only indexes the modified, new or deleted documents during that crawl.

...