aboutsummaryrefslogtreecommitdiff
path: root/solr-8.3.1/example/example-DIH/solr/mail/conf/mail-data-config.xml
blob: 736aea7cc99c790be0ca2b819bfacaf94f5f2b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<dataConfig>
  <document>
      <!--
        Note - In order to index attachments, set processAttachement="true" and drop
        Tika and its dependencies to example-DIH/solr/mail/lib directory
       -->
      <entity processor="MailEntityProcessor" user="email@gmail.com"
            password="password" host="imap.gmail.com" protocol="gimaps"
            fetchMailsSince="2014-06-30 00:00:00" batchSize="20" folders="inbox" processAttachement="false"
            name="mail_entity"/>
  </document>
</dataConfig>