|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.solr.handler.dataimport.EntityProcessor
org.apache.solr.handler.dataimport.EntityProcessorBase
org.apache.solr.handler.dataimport.MailEntityProcessor
public class MailEntityProcessor
An 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
| Nested Class Summary | |
|---|---|
static interface |
MailEntityProcessor.CustomFilter
|
| Field Summary |
|---|
| Fields inherited from class org.apache.solr.handler.dataimport.EntityProcessorBase |
|---|
ABORT, CACHE_KEY, CACHE_LOOKUP, cachePk, cacheVariableName, cacheWithWhereClause, context, CONTINUE, dataSourceRowCache, entityName, isFirstInit, ON_ERROR, onError, query, rowIterator, simpleCache, SKIP, SKIP_DOC, TRANSFORM_ROW, TRANSFORMER, transformers |
| Constructor Summary | |
|---|---|
MailEntityProcessor()
|
|
| Method Summary | |
|---|---|
void |
addPartToDocument(javax.mail.Part part,
Map<String,Object> row,
boolean outerMost)
|
void |
init(org.apache.solr.handler.dataimport.Context context)
|
Map<String,Object> |
nextRow()
|
| Methods inherited from class org.apache.solr.handler.dataimport.EntityProcessorBase |
|---|
cacheInit, destroy, firstInit, getAllNonCachedRows, getFromRowCacheTransformed, getIdCacheData, getNext, getSimpleCacheData, nextDeletedRowKey, nextModifiedParentRowKey, nextModifiedRowKey |
| Methods inherited from class org.apache.solr.handler.dataimport.EntityProcessor |
|---|
close, postTransform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MailEntityProcessor()
| Method Detail |
|---|
public void init(org.apache.solr.handler.dataimport.Context context)
init in class org.apache.solr.handler.dataimport.EntityProcessorBasepublic Map<String,Object> nextRow()
nextRow in class org.apache.solr.handler.dataimport.EntityProcessorBase
public void addPartToDocument(javax.mail.Part part,
Map<String,Object> row,
boolean outerMost)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||