From 86244b8513ffdd56d5849e42dc31adcc34734bc5 Mon Sep 17 00:00:00 2001 From: khituras Date: Fri, 18 Jun 2021 11:33:22 +0200 Subject: [PATCH] Revert "Resolves #13, #14." This reverts commit b4863c3caca89c6ec9e0277dc19357457b9ffe1e. --- .../jcore-medline-db-multiplier-reader.xml | 2 +- .../desc/jcore-medline-db-multiplier.xml | 28 ------------------- .../desc/jcore-pubmed-db-multiplier.xml | 28 ------------------- 3 files changed, 1 insertion(+), 57 deletions(-) diff --git a/jcore-medline-db-reader/src/main/resources/de/julielab/jcore/reader/medline-db/desc/jcore-medline-db-multiplier-reader.xml b/jcore-medline-db-reader/src/main/resources/de/julielab/jcore/reader/medline-db/desc/jcore-medline-db-multiplier-reader.xml index 5c4771f..f83f6a6 100644 --- a/jcore-medline-db-reader/src/main/resources/de/julielab/jcore/reader/medline-db/desc/jcore-medline-db-multiplier-reader.xml +++ b/jcore-medline-db-reader/src/main/resources/de/julielab/jcore/reader/medline-db/desc/jcore-medline-db-multiplier-reader.xml @@ -16,7 +16,7 @@ ResetTable If set to true and the parameter 'Table' is set to a subset table, the subset table will be - reset at the initialization of the reader to be ready for processing of the whole subset. Do not use + reset atthe initialization of the reader to be ready for processing of the whole subset. Do not use when multiple readers read the same subset table. Boolean diff --git a/jcore-medline-db-reader/src/main/resources/de/julielab/jcore/reader/medline-db/desc/jcore-medline-db-multiplier.xml b/jcore-medline-db-reader/src/main/resources/de/julielab/jcore/reader/medline-db/desc/jcore-medline-db-multiplier.xml index f42c30f..11d99cd 100644 --- a/jcore-medline-db-reader/src/main/resources/de/julielab/jcore/reader/medline-db/desc/jcore-medline-db-multiplier.xml +++ b/jcore-medline-db-reader/src/main/resources/de/julielab/jcore/reader/medline-db/desc/jcore-medline-db-multiplier.xml @@ -38,34 +38,6 @@ false true - - AddShaHash - For use with AnnotationDefinedFlowController. Possible values: document_text, defaults to 'document_text' and thus doesn't need to be specified manually at the moment. This parameter needs to match the value for the same parameter given to the XMIDBWriter in this pipeline. Then, a comparison between the existing hash in the database and the new hash of the CAS read in this pipeline can be made. In case the hashes match, the CAS skips all component except the DBCheckpointAE to mark the document as processed. - String - false - false - - - DocumentTable - For use with AnnotationDefinedFlowController. String parameter indicating the name of the table where the XMI data and, thus, the hash is stored. The name must be schema qualified. Note that in this component, only the ToVisit annotation is created that determines which components to apply to a CAS with matching (unchanged) hash. The logic to actually control the CAS flow is contained in the AnnotationDefinedFlowController. - String - false - false - - - DocumentTableSchema - For use with AnnotationDefinedFlowController. The name of the schema that the document table - given with the DocumentTable parameter - adheres to. Only the primary key part is required for hash value retrieval. - String - false - false - - - ToVisitKeys - For use with AnnotationDefinedFlowController. The delegate AE keys of the AEs this CAS should still applied on although the hash has not changed. Can be null or empty indicating that no component should be applied to the CAS. This is, however, the task of the AnnotationDefinedFlowController. - String - true - false - diff --git a/jcore-pubmed-db-reader/src/main/resources/de/julielab/jcore/reader/pubmed-db/desc/jcore-pubmed-db-multiplier.xml b/jcore-pubmed-db-reader/src/main/resources/de/julielab/jcore/reader/pubmed-db/desc/jcore-pubmed-db-multiplier.xml index 9ab41c8..b72256e 100644 --- a/jcore-pubmed-db-reader/src/main/resources/de/julielab/jcore/reader/pubmed-db/desc/jcore-pubmed-db-multiplier.xml +++ b/jcore-pubmed-db-reader/src/main/resources/de/julielab/jcore/reader/pubmed-db/desc/jcore-pubmed-db-multiplier.xml @@ -38,34 +38,6 @@ false true - - AddShaHash - For use with AnnotationDefinedFlowController. Possible values: document_text, defaults to 'document_text' and thus doesn't need to be specified manually at the moment. This parameter needs to match the value for the same parameter given to the XMIDBWriter in this pipeline. Then, a comparison between the existing hash in the database and the new hash of the CAS read in this pipeline can be made. In case the hashes match, the CAS skips all component except the DBCheckpointAE to mark the document as processed. - String - false - false - - - DocumentTable - For use with AnnotationDefinedFlowController. String parameter indicating the name of the table where the XMI data and, thus, the hash is stored. The name must be schema qualified. Note that in this component, only the ToVisit annotation is created that determines which components to apply to a CAS with matching (unchanged) hash. The logic to actually control the CAS flow is contained in the AnnotationDefinedFlowController. - String - false - false - - - DocumentTableSchema - For use with AnnotationDefinedFlowController. The name of the schema that the document table - given with the DocumentTable parameter - adheres to. Only the primary key part is required for hash value retrieval. - String - false - false - - - ToVisitKeys - For use with AnnotationDefinedFlowController. The delegate AE keys of the AEs this CAS should still applied on although the hash has not changed. Can be null or empty indicating that no component should be applied to the CAS. This is, however, the task of the AnnotationDefinedFlowController. - String - true - false -