Package es.uvigo.esei.sing.textproc.step.xml.definition
-
Interface Summary Interface Description ProcessingStepParameter Represents a read-only parameter passed on to a processing step. -
Class Summary Class Description AbstractProcessingStepParameter Contains common logic to all processing step parameters, keeping their code DRY.BatchSizeProcessingStepParameter Parameter for processing steps which represents the number of documents within a page that will be batched for processing at once, in the same thread.PageSizeProcessingStepParameter Parameter for processing steps which represents the page size; that is, the maximum number of documents that will be loaded to memory at a time.PrimaryKeyColumnProcessingStepParameter Parameter that specifies the primary key column name of a document entity in a relational database.ProcessingStepDefinition Models a processing step definition, suitable for marshalling and unmarshalling using JAXB.TextColumnProcessingStepParameter Parameter that specifies the text column name of a document entity in a relational database.TextDocumentTableNameProcessingStepParameter Parameter for processing steps which represents a text document entity table name.TextDocumentWithTitleTableNameProcessingStepParameter Parameter for processing steps which represents a text document with title entity table name.TitleColumnProcessingStepParameter Parameter that specifies the title column name of a document entity in a relational database.