mirror of https://github.com/apache/lucene.git
12 lines
484 B
XML
12 lines
484 B
XML
<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>
|