Package | Description |
---|---|
org.apache.solr.handler.dataimport |
DataImportHandler and related code. |
Modifier and Type | Class and Description |
---|---|
class |
EntityProcessorBase
Base class for all implementations of
EntityProcessor Most implementations of EntityProcessor
extend this base class which provides common functionality. |
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 |
TikaEntityProcessor
An implementation of
EntityProcessor which reads data from rich docs
using Apache Tika
To index latitude/longitude data that might
be extracted from a file's metadata, identify
the geo field for this information with this attribute:
spatialMetadataField |
class |
XPathEntityProcessor
An implementation of
EntityProcessor which uses a streaming xpath parser to extract values out of XML documents. |
Modifier and Type | Method and Description |
---|---|
EntityProcessor |
ContextImpl.getEntityProcessor() |
abstract EntityProcessor |
Context.getEntityProcessor()
Returns the instance of EntityProcessor used for this entity
|
Constructor and Description |
---|
EntityProcessorWrapper(EntityProcessor delegate,
Entity entity,
DocBuilder docBuilder) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.