| Package | Description |
|---|---|
| org.apache.solr.handler.dataimport |
| Class and Description |
|---|
| Context
This abstract class gives access to all available objects.
|
| ContextImpl
An implementation for the Context
This API is experimental and subject to change
|
| DataConfig.Document |
| DataConfig.Entity |
| DataConfig.Field |
| DataConfig.Script |
| DataImporter
Stores all configuration information for pulling and indexing data.
|
| DataImporter.Status |
| DataSource
Provides data from a source with a given query.
|
| DIHCache
A cache that allows a DIH entity's data to persist locally prior being joined
to other data and/or indexed.
|
| DIHCacheSupport |
| DIHLogLevels
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| DIHPropertiesWriter |
| DIHWriter |
| DIHWriterBase |
DocBuilder
DocBuilder is responsible for creating Solr documents out of the given configuration. |
| DocBuilder.Statistics |
| EntityProcessor
An instance of entity processor serves an entity.
|
| EntityProcessorBase
Base class for all implementations of
EntityProcessor Most implementations of EntityProcessor
extend this base class which provides common functionality. |
| EntityProcessorWrapper
A Wrapper over
EntityProcessor instance which performs transforms and handles multi-row outputs correctly. |
| Evaluator
Pluggable functions for resolving variables
Implementations of this abstract class must provide a public no-arg constructor.
|
| SolrWriter
Writes documents to SOLR.
|
| SqlEntityProcessor
An
EntityProcessor instance which provides support for reading from
databases. |
| Transformer
Use this API to implement a custom transformer for any given entity
Implementations of this abstract class must provide a public no-args constructor.
|
| URLDataSource
A data source implementation which can be used to read character files using HTTP.
|
| VariableResolver
This class is more or less like a Map.
|
| VariableResolverImpl
The default implementation of VariableResolver interface
This API is experimental and may change in the future.
|
| XPathRecordReader
A streaming xpath parser which uses StAX for XML parsing.
|
| XPathRecordReader.Handler
Implement this interface to stream records as and when one is found.
|