|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityProcessor | |
---|---|
org.apache.solr.handler.dataimport |
Uses of EntityProcessor in org.apache.solr.handler.dataimport |
---|
Subclasses of EntityProcessor in org.apache.solr.handler.dataimport | |
---|---|
class |
CachedSqlEntityProcessor
Deprecated. - Use SqlEntityProcessor with cacheImpl parameter. |
class |
EntityProcessorBase
Base class for all implementations of EntityProcessor |
class |
EntityProcessorWrapper
A Wrapper over EntityProcessor instance which performs transforms and handles multi-row outputs correctly. |
class |
FileListEntityProcessor
An EntityProcessor instance which can stream file names found in a given base
directory matching patterns and returning rows containing file information. |
class |
LineEntityProcessor
An EntityProcessor instance which can stream lines of text read from a
datasource. |
class |
MailEntityProcessor
An EntityProcessor instance which can
index emails along with their attachments from POP3 or IMAP sources. |
class |
PlainTextEntityProcessor
An implementation of EntityProcessor which reads data from a url/file and give out a row which contains one String
value. |
class |
SolrEntityProcessor
An implementation of EntityProcessor which fetches values from a
separate Solr implementation using the SolrJ client library. |
class |
SqlEntityProcessor
An EntityProcessor instance which provides support for reading from
databases. |
class |
ThreadedEntityProcessorWrapper
Each Entity may have only a single EntityProcessor . |
class |
TikaEntityProcessor
An implementation of EntityProcessor
which reads data from rich docs using Apache Tika |
class |
XPathEntityProcessor
An implementation of EntityProcessor which uses a streaming xpath parser to extract values out of XML documents. |
Methods in org.apache.solr.handler.dataimport that return EntityProcessor | |
---|---|
protected EntityProcessor |
DocBuilder.createProcessor(DataConfig.Entity entity)
|
EntityProcessor |
ContextImpl.getEntityProcessor()
|
EntityProcessor |
ThreadedContext.getEntityProcessor()
|
abstract EntityProcessor |
Context.getEntityProcessor()
Returns the instance of EntityProcessor used for this entity |
Constructors in org.apache.solr.handler.dataimport with parameters of type EntityProcessor | |
---|---|
EntityProcessorWrapper(EntityProcessor delegate,
DocBuilder docBuilder)
|
|
ThreadedEntityProcessorWrapper(EntityProcessor delegate,
DocBuilder docBuilder,
org.apache.solr.handler.dataimport.DocBuilder.EntityRunner entityRunner,
VariableResolverImpl resolver,
Map<DataConfig.Entity,org.apache.solr.handler.dataimport.DocBuilder.EntityRunner> childrenRunners,
int num)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |