General

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

The FileSystem Connector performs 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.

For a discussion on crawling, see here

Save your content source before creating or editing another one

Failing to save a content source before creating or editing another content source can result in an error.

ERROR [aspire]: Exception received attempting to get execute component command com.searchtechnologies.aspire.services.AspireException: Unable to find the content source

Save the initial content source before creating or working on another.

Can the File System Connector process archive files?

Yes, The File System Connector can process archive files so the individual files in the archive are able to be published, for more info visit Archive files processing

  • No labels