|
||||||||||
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
This class enables caching of data obtained from the DB to avoid too many sql queries |
class |
EntityProcessorBase
Base class for all implementations of EntityProcessor |
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 |
SqlEntityProcessor
An EntityProcessor instance which provides support for reading from databases. |
class |
XPathEntityProcessor
An implementation of EntityProcessor which uses a streaming xpath parser to extract values out of XML documents. |
Fields in org.apache.solr.handler.dataimport declared as EntityProcessor | |
---|---|
EntityProcessor |
DataConfig.Entity.processor
|
Methods in org.apache.solr.handler.dataimport that return EntityProcessor | |
---|---|
EntityProcessor |
ContextImpl.getEntityProcessor()
|
abstract EntityProcessor |
Context.getEntityProcessor()
Returns the instance of EntityProcessor used for this entity |
static EntityProcessor |
DocBuilder.getEntityProcessor(DataConfig.Entity entity,
SolrCore core)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |