Uses of Class
org.apache.solr.handler.dataimport.EntityProcessorBase
-
Packages that use EntityProcessorBase Package Description org.apache.solr.handler.dataimport DataImportHandlerand related code. -
-
Uses of EntityProcessorBase in org.apache.solr.handler.dataimport
Subclasses of EntityProcessorBase in org.apache.solr.handler.dataimport Modifier and Type Class Description classFileListEntityProcessorAnEntityProcessorinstance which can stream file names found in a given base directory matching patterns and returning rows containing file information.classLineEntityProcessorAnEntityProcessorinstance which can stream lines of text read from a datasource.classPlainTextEntityProcessorAn implementation ofEntityProcessorwhich reads data from a url/file and give out a row which contains one String value.classSolrEntityProcessorAn implementation ofEntityProcessorwhich fetches values from a separate Solr implementation using the SolrJ client library.classSqlEntityProcessorAnEntityProcessorinstance which provides support for reading from databases.classXPathEntityProcessorAn implementation ofEntityProcessorwhich uses a streaming xpath parser to extract values out of XML documents.
-