Public/CrawlerTemplates/FileConnector.template.xml

<Crawler Enabled="true" Type="IntelliSearch.Crawlers.ICD.ICDCrawler, IntelliSearch.Crawlers.ICD" InstanceId="[[InstanceId]]">
    <Settings>
            <Add Key="ForceFullCrawlOnEmptyIndex" Value="false"/>
    </Settings>
        <CustomConfiguration>
            <ICDCrawlerConfiguration xmlns="http://intellisearch.com/Crawlers/ICD/">
                <Queues>
                    <Queue address="net.tcp://[[QueueManagerServer]]:[[QueueManagerPort]]/QueueManager"
                            setIdentifier="[[SetId]]"
                            checkIntervalMs="10000"
                            getNewItemsWaitTimeSec="10"
                            maxNumItemsToRetrieve="1000"
                            openCloseTimeoutMin="10"
                            sendReceiveTimeoutMin="10" />
                </Queues>
                <Fields maxBinaryDataSizeMb="15">
                    <Url>
                        <Field name="FullName" />
                    </Url>
                    <System>
                        <Field name="Path"
                                arraySeparator="\"
                                includeSystem="false"
                                includeInstance="false" />
                    </System>
                    <Headline>
                        <Field name="Name" />
                        <Field name="Title" />
                    </Headline>
                    <Abstract>
                    </Abstract>
                    <Author>
                    </Author>
                    <Body>
                        <Field name="Body" />
                        <Field name="FileContent" />
                    </Body>
                    <ChangedDate>
                        <Field name="Received" />
                        <Field name="Parent.Received" />
                    </ChangedDate>
                    <ParentExternalId/>
                </Fields>
                <Logging countEachXItemsConsole="1" countEachXItemsLog="500" />
                <DataRecordProcessing>
                    <ProcessingConfiguration xmlns="http://intellisearch.com/ICD/ProcessingConfiguration.xsd">
                        <Rule>
                            <Triggers/>
                            <Fields>
                                <Field name="Intellisearch.Type" value="File" operation="Add" />
                                <Field name="Intellisearch.Tabs" value="Fileshare" operation="Add" />
                            </Fields>
                        </Rule>
                    </ProcessingConfiguration>
                </DataRecordProcessing>
            </ICDCrawlerConfiguration>
        </CustomConfiguration>
    <EnableWatcher>true</EnableWatcher>
</Crawler>