org.apache.solr.handler.dataimport
public class MailEntityProcessor extends EntityProcessorBase
EntityProcessor instance which can index emails along with their attachments from POP3 or IMAP sources. Refer to
http://wiki.apache.org/solr/DataImportHandler for more
details. This API is experimental and subject to change| Modifier and Type | Class and Description |
|---|---|
static interface |
MailEntityProcessor.CustomFilter |
ABORT, cacheSupport, context, CONTINUE, entityName, isFirstInit, ON_ERROR, onError, query, rowIterator, SKIP, SKIP_DOC, TRANSFORM_ROW, TRANSFORMER| Constructor and Description |
|---|
MailEntityProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPartToDocument(javax.mail.Part part,
Map<String,Object> row,
boolean outerMost) |
void |
init(Context context) |
Map<String,Object> |
nextRow() |
destroy, firstInit, getNext, initCache, nextDeletedRowKey, nextModifiedParentRowKey, nextModifiedRowKeyclose, postTransformpublic void init(Context context)
init in class EntityProcessorBasepublic Map<String,Object> nextRow()
nextRow in class EntityProcessorBaseCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.