mirror of https://github.com/apache/lucene.git
SOLR-3478: DataImportHandler's Entity must have a name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341920 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d8b9a75631
commit
4bbef9d503
|
@ -6,6 +6,7 @@
|
||||||
-->
|
-->
|
||||||
<entity processor="MailEntityProcessor" user="email@gmail.com"
|
<entity processor="MailEntityProcessor" user="email@gmail.com"
|
||||||
password="password" host="imap.gmail.com" protocol="imaps"
|
password="password" host="imap.gmail.com" protocol="imaps"
|
||||||
fetchMailsSince="2009-09-20 00:00:00" batchSize="20" folders="inbox" processAttachement="false"/>
|
fetchMailsSince="2009-09-20 00:00:00" batchSize="20" folders="inbox" processAttachement="false"
|
||||||
|
name="sample_entity"/>
|
||||||
</document>
|
</document>
|
||||||
</dataConfig>
|
</dataConfig>
|
||||||
|
|
Loading…
Reference in New Issue