blob: eed4c2baaf5993e03d58f39b3b8d0d62bae2bdd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<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="imaps"
fetchMailsSince="2009-09-20 00:00:00" batchSize="20" folders="inbox" processAttachement="false"/>
</document>
</dataConfig>
|