You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
574 B
Markdown
21 lines
574 B
Markdown
# NEW TED package import route
|
|
|
|
This patch adds a NEW-runtime TED package download path that:
|
|
|
|
- reuses the proven package sequencing rules
|
|
- stores package tracking in `TedDailyPackage`
|
|
- downloads the package tar.gz
|
|
- ingests it only through `DocumentIngestionGateway`
|
|
- never calls the legacy XML batch processing / vectorization flow
|
|
|
|
## Added classes
|
|
|
|
- `TedPackageSequenceService`
|
|
- `DefaultTedPackageSequenceService`
|
|
- `TedPackageDownloadNewProperties`
|
|
- `TedPackageDownloadNewRoute`
|
|
|
|
## Config
|
|
|
|
Use the `dip.ingestion.ted-download.*` block in `application-new.yml`.
|