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:
Stefan Matheis 2012-05-23 15:59:29 +00:00
parent d8b9a75631
commit 4bbef9d503
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
-->
<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"/>
fetchMailsSince="2009-09-20 00:00:00" batchSize="20" folders="inbox" processAttachement="false"
name="sample_entity"/>
</document>
</dataConfig>