Uses of Class
org.apache.solr.handler.dataimport.EntityProcessorBase

Uses of EntityProcessorBase in org.apache.solr.handler.dataimport
 

Subclasses of EntityProcessorBase 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 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.
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.