See: Description
| Interface | Description |
|---|---|
| ILoader<S> |
This class represents the Loader of an ETL process.
|
| Class | Description |
|---|---|
| AbstractIteratorLoader<S> |
This loader can load multiple documents.
|
| AbstractURLLoader<S extends de.gerdiproject.harvest.IDocument> |
This abstract class offers a basis for sending documents to a search index
via a REST request.
|
| DiskLoader |
This class offers functions for saving a harvest result to disk.
|
| ElasticSearchLoader |
This class serves as a communicator for an Elastic Search node.
|
| Exception | Description |
|---|---|
| LoaderException |
This exception is thrown when an ILoader fails to load
documents.
|
Copyright © 2017–2019. All rights reserved.