diff options
| author | andrewdkim <adkim414@gmail.com> | 2019-08-06 12:30:09 -0400 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2019-08-06 12:30:09 -0400 |
| commit | b6990a61befdea70abd99f125a2488ce5a6f04a6 (patch) | |
| tree | 833c13a0ddabb325cc2e39dbb199f111cced22d2 /solr-8.1.1/example/example-DIH/solr/mail/conf/mail-data-config.xml | |
| parent | 2c86a6958186c020ce7fbe99555f07ffe9f9f821 (diff) | |
| parent | 298d1c9b29d6ce2171fd9ac8274b64583b73f6f5 (diff) | |
merge from master
Diffstat (limited to 'solr-8.1.1/example/example-DIH/solr/mail/conf/mail-data-config.xml')
| -rw-r--r-- | solr-8.1.1/example/example-DIH/solr/mail/conf/mail-data-config.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/solr-8.1.1/example/example-DIH/solr/mail/conf/mail-data-config.xml b/solr-8.1.1/example/example-DIH/solr/mail/conf/mail-data-config.xml new file mode 100644 index 000000000..736aea7cc --- /dev/null +++ b/solr-8.1.1/example/example-DIH/solr/mail/conf/mail-data-config.xml @@ -0,0 +1,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> |
